@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.has-error {
  border: 1px solid #dc3545 !important;
}
:root {
  --palace-blue: #3b6bc6;
  --white: #ffffff;
  --black: #000000;
  --lucky-grey: #767676;
  --green: #6A7B60;
  --green2: #6A7B6033;
  --shovel-knight: #2fcaee;
  --moon-landing: #a7a7a7;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--black);
}
img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.select-time-block ul {
  padding: 0;
  margin: 0;
}
.select-time-block ul li {
  list-style: none;
  display: block;
  background-color: #D9D9D9;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  letter-spacing: 0.5;
  color: var(--black);
  text-decoration: none;
  box-shadow: none;
  outline: none;
  margin: 0 0 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.select-time-block ul li input {
  position: absolute;
  opacity: 0;
}
.select-time-block ul li.selected,
.select-time-block ul li:hover {
  background-color: #6A7B60;
  color: white;
}
.date-pick-calender .datepicker td.highlight {
  background: #6A7B60;
  color: #fff;
}
.select-time-block ul li:last-child {
  margin: 0;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 #0000;
  animation: l1 1s infinite;
}
@keyframes l1 {to{transform: rotate(.5turn)}}

/*
 * SELECT-LOCATION-BLOCK
 */

.select-location-block ul {
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  justify-content: flex-end;
}
.select-location-block ul li {
  list-style: none;
  display: block;
  padding: 6px 8px;
  background-color: #D9D9D9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5;
  color: var(--black);
  text-decoration: none;
  box-shadow: none;
  outline: none;
  margin: 0 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.select-location-block ul li input {
  position: absolute;
  opacity: 0;
}
.select-location-block ul li.selected,
.select-location-block ul li:hover {
  background-color: #6A7B60;
  color: white;
}
.select-location-block ul li:last-child {
  margin: 0;
}

.container {
  max-width: 1164px;
}
header {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
header .top-header {
  background-color: #6A7B60;
  padding: 10px 0 9px;
  color: var(--white);
}
header .top-header .minn-top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-header .minn-top-info .contact-no {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
header .top-header .minn-top-info .contact-no span {
  margin-right: 3px;
  display: inline-block;
  width: 13px;
  height: 13px;
}
header .top-header .minn-top-info .contact-email {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
header .top-header .minn-top-info .contact-email span {
  margin-right: 3px;
  display: inline-block;
  width: 16px;
  height: 12px;
}
header .top-header .minn-top-info .contact-email a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
}
header .mainheader {
  text-align: center;
  margin: 19px 0 0;
}
header .logo {
  width: 320px;
  height: 65px;
  margin: 0 auto;
}

.main-content {
  display: block;
  position: relative;
}
.main-content .maintitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 33px;
}
.main-content .maintitle h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
}
.main-content .maintitle .sort-text .form-check-input[type="checkbox"] {
  border: 1px solid var(--black);
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 5px;
}
.main-content .maintitle .sort-text .form-check-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.provider-main {
  display: block;
  position: relative;
  margin-bottom: 140px;
}
.provider-box {
  border: 1px solid var(--lucky-grey);
  padding: 20px 20px 40px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.provider-main .provider-box:hover {
  -webkit-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  border-bottom: 1px solid var(--shovel-knight);
}
.provider-box:last-child {
  margin-bottom: 0;
}
.provider-box .provider-img {
  width: 110px;
  height: 170px;
  flex: 0 0 110px;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 30px;
}
.provider-box .provider-info {
  margin-top: 38px;
  display: flex;
  align-items: flex-end;
}
.provider-box .provider-info .provider-detail {
  display: block;
  position: relative;
}
.provider-box .provider-info .provider-detail .provider-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  margin-bottom: 48px;
}
.provider-box .provider-info .provider-detail .provider-title h3 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
.provider-box .provider-info .provider-detail .virtual-text {
  display: flex;
  color: var(--green);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  align-items: center;
}
.provider-box .provider-info .provider-detail .virtual-text figure {
  width: 42px;
  height: 33px;
  flex: 0 0 42px;
  margin-bottom: 0;
  margin-right: 10px;
}
.provider-box .provider-description {
  display: block;
}
.provider-box .provider-description p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.provider-box .provider-description.cut p {
  height: 290px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.provider-box .provider-description.cut input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.provider-box .provider-description.cut label {
  color: var(--green);
  display: none; 
}

.provider-box .provider-description.cut p.truncated + label { display: block; }

.provider-box .btn-info {
  display: block;
  margin-left: 60px;
}
.provider-box .btn-info .green-btn {
  min-width: 287px;
  display: block;
  background-color: var(--green);
  padding: 16px 30px;
  color: var(--white);
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}
.provider-box .btn-info .green-btn:hover {
  background-color: var(--black);
}
.provider-box .btn-info .profile-btn {
  width: 287px;
  display: block;
  background-color: var(--green2);
  padding: 16px 30px;
  color: var(--black);
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  margin-top: 25px;
}
.provider-box .btn-info .profile-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.filter-main {
  display: block;
  position: relative;
  align-items: flex-start;
  margin-bottom: 27px;
}
.filter-main .filter-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}

.filter-main .filter-options.hide {
  display: none;
}

.select2-search--dropdown {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background: url(../images/down-arrow-sel.png) no-repeat left center;
  width: 24px;
  height: 24px;
  border: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
.select2-dropdown {
  background-color: var(--white);
  border-radius: 10px;
  border: 0;
  min-width: 158px;
  -webkit-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.18);
  padding: 7px 12px 5px;
  width: 350px !important;
}
.select2-results__option {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  padding: 6px 0;
}
.select2-results__option:last-child {
  border-bottom: 0;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: var(--black);
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}
/*.select2-container .select2-selection--single .select2-selection__rendered{ white-space: pre-line;}*/
.select2-container {
  min-width: 170px;
}
.filter-sel-option {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
  margin-right: 20px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: inherit;
}
/*.filter-sel-option:nth-child(2) .select2-container{ min-width: 270px;}
.filter-sel-option:nth-child(2) .sel-box-option + .select2-container--default { min-width: inherit;}*/

.filter-sel-option .select2-container {
  width: 200px !important;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 10px;
}

/* modal */
.custom-modal-pop .modal-dialog {
  max-width: 1314px;
}
.custom-modal-pop .modal-content {
  border-radius: 0;
  border: 0;
}
.custom-modal-pop .modal-backdrop.show {
  background-color: #000;
  opacity: 0.8;
}
.custom-modal-pop .modal-content {
  padding: 68px 87px 142px 87px;
}
.btn-back {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  align-items: center;
}
.btn-back img {
  width: 6px;
  height: 12px;
  margin-right: 12px;
  object-fit: contain;
}
.custom-modal-pop .modal-header {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 0;
  min-height: 56px;
}
.custom-modal-pop .modal-header .logo {
  width: 289px;
  height: 56px;
  position: absolute;
  left: 50%;
  margin-left: -145px;
}
.sharechat-info .email-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: flex;
  margin: 0 15px;
}
.sharechat-info .chat-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: flex;
}
.sharechat-info {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.custom-modal-pop .modal-body {
  padding: 0;
}
.custom-modal-pop .provider-box {
  border: 0;
  border-bottom: 1px solid var(--moon-landing);
}

.custom-modal-pop .provider-pop-main .provider-tab .nav-link {
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--black);
}
.custom-modal-pop .provider-pop-main .provider-tab .nav-link:hover {
  color: var(--green);
}
.custom-modal-pop .provider-pop-main .provider-tab .nav-pills .nav-link.active,
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .nav-pills
  .show
  > .nav-link {
  background-color: transparent;
  color: var(--green);
}
.custom-modal-pop .provider-pop-main .provider-tab {
  width: 100%;
}
.custom-modal-pop .provider-pop-main .provider-tab .pnav-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 101px;
  margin-bottom: 25px;
}
.custom-modal-pop .provider-pop-main .provider-tab .panel-pop {
  -webkit-box-shadow: 0px 30px 65px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 30px 65px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 65px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.13);
  padding: 40px 50px 66px;
}
.custom-modal-pop .provider-pop-main .provider-tab .panel-pop .expert-info {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .panel-pop
  .expert-info:last-child {
  margin-bottom: 0;
}
.custom-modal-pop .provider-pop-main .provider-tab .panel-pop .expert-info h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  display: flex;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid var(--green);
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: var(--black);
  margin-bottom: 15px;
}
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .panel-pop
  .expert-info
  h3
  figure {
  width: 25px;
  height: 25px;
  display: flex;
  margin-bottom: 0;
  color: var(--black);
}
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .panel-pop
  .expert-info
  .expert-desc
  ul {
  padding-left: 40px;
  list-style: none;
  margin-bottom: 0;
}
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .panel-pop
  .expert-info
  .expert-desc
  ul
  li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 10px;
}
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .panel-pop
  .expert-info
  .expert-desc
  ul
  li:last-child {
  margin-bottom: 0;
}
.custom-modal-pop .provider-pop-main {
  display: flex;
  gap: 24px;
}
.custom-modal-pop .provider-pop-main .provider-info-box {
  -webkit-box-shadow: 0px 30px 65px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 30px 65px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 65px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.13);
  margin-bottom: 50px;
}
.custom-modal-pop .provider-pop-main .provider-info-box:last-child {
  margin-bottom: 0;
}
.custom-modal-pop .provider-pop-main .provider-info-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  display: flex;
  border-bottom: 1px solid var(--green);
  padding: 22px 35px 18px 35px;
  align-items: center;
  gap: 15px;
}
.custom-modal-pop .provider-pop-main .provider-info-box h3 figure {
  width: 25px;
  height: 25px;
  display: flex;
  margin-bottom: 0;
}
.custom-modal-pop .provider-pop-main .provider-right-panel {
  width: 364px;
  flex: 0 0 364px;
  margin-top: 55px;
}
.custom-modal-pop .provider-pop-main .provider-info-box .provider-points {
  padding: 0 40px 20px;
}
.custom-modal-pop .provider-pop-main .provider-info-box .provider-points ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-modal-pop .provider-pop-main .provider-info-box .provider-points ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.custom-modal-pop
  .provider-pop-main
  .provider-info-box
  .provider-points
  ul
  li:last-child {
  margin-bottom: 0;
}
.custom-modal-pop .provider-box {
  margin-bottom: 47px;
}
.custom-modal-pop .provider-pop-main .provider-tab .panel-pop-about {
  -webkit-box-shadow: 0px 30px 65px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 30px 65px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 65px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.13);
}
.custom-modal-pop .provider-pop-main .provider-tab .panel-pop-about h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  padding: 30px 40px 10px;
  border-bottom: 1px solid var(--green);
}
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .panel-pop-about
  .faq-content {
  padding: 30px 67px 50px 40px;
}
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .panel-pop-about
  .faq-content
  h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 15px;
}
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .panel-pop-about
  .faq-content
  p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .panel-pop-about
  .faq-content
  .faq-detail {
  margin-bottom: 30px;
}
.custom-modal-pop
  .provider-pop-main
  .provider-tab
  .panel-pop-about
  .faq-content
  .faq-detail:last-child {
  margin-bottom: 0px;
}

/* booking popup */
.bookingpopup .booking-provider-box {
  -webkit-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.13);
  border: 0;
  border-bottom: 1px solid var(--shovel-knight);
  padding: 40px 64px 40px 60px;
  display: flex;
  align-items: center;
  gap: 38px;
  margin-bottom: 80px;
}
.bookingpopup .booking-provider-box .provider-img {
  width: 110px;
  height: 170px;
  margin-bottom: 0;
}
.bookingpopup .booking-provider-box .booking-provider-info {
  display: flex;
  justify-content: space-between;
  gap: 38px;
  flex: 1;
  align-items: center;
}
.bookingpopup .booking-provider-box .booking-provider-info .bprovider-detail {
  display: flex;
  flex-direction: column;
}
.bookingpopup
  .booking-provider-box
  .booking-provider-info
  .bprovider-detail
  h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--black);
}
.bookingpopup .booking-provider-box .booking-provider-info .bprovider-detail p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--black);
}
.bookingpopup .booking-provider-box .booking-provider-info .bprovider-location {
  text-align: right;
}
.bookingpopup
  .booking-provider-box
  .booking-provider-info
  .bprovider-location
  p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--black);
}
.bookingpopup
  .booking-provider-box
  .booking-provider-info
  .bprovider-location
  h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 0px;
  color: var(--black);
}

.bookingpopup .booking-provider-box .booking-provider-description p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bookingpopup .bookingmsg {
  border-top: 1px solid var(--moon-landing);
  padding-top: 20px;
  text-align: center;
}
.bookingpopup .bookingmsg p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--black);
}
.bookingpopup .modal-content {
  padding-bottom: 95px;
}
.pickup-calender {
  width: 100%;
}
.pick-time-main .pickup-time-sec {
  display: flex;
  width: 428px;
  margin-right: 70px;
  flex: 0 0 428px;
  flex-direction: column;
}
.pick-time-main h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
  border-bottom: 1px solid var(--black);
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.pick-time-main .pickup-calender h3 {
  margin-bottom: 16px;
}
.pickup-timesel {
  padding: 0 69px 0 70px;
}
.pickup-timesel a {
  display: block;
  border: 2px solid var(--green);
  text-align: center;
  padding: 16px 39px 16px 38px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0.5;
  color: var(--black);
  text-decoration: none;
  margin-bottom: 20px;
}
.pickup-timesel a.select-time {
  background-color: rgb(106, 123, 96, 0.2);
  border: 0;
}
.nextbtn-div {
  display: flex;
  justify-content: flex-end;
  margin-right: 26px;
  margin-top: auto;
  margin-bottom: 20px;
}
.nextbtn-div .next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 59px;
  background-color: var(--green);
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s;
}
.nextbtn-div .next-btn:hover {
  background-color: var(--black);
}
.pick-time-main {
  margin-bottom: 60px;
  display: flex;
  gap: 71px;
}

.date-pick-calender .datepicker-inline {
  width: 100%;
}
.date-pick-calender .datepicker td {
  width: 56px;
  height: 56px;
  margin: 2px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 0;
  color: var(--black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background-color: #D9D9D9;
}
.date-pick-calender .datepicker th {
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 0;
  color: var(--black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.date-pick-calender .datepicker th:hover {
  background-color: transparent;
}
.date-pick-calender tbody,
.date-pick-calender td,
.date-pick-calender tfoot,
.date-pick-calender th,
.date-pick-calender thead,
.date-pick-calender tr {
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
  justify-content: space-between;
}
.date-pick-calender .datepicker table tr td.active.active {
  background-color: var(--green);
  border-radius: 0;
}
.date-pick-calender .datepicker table tr td.active,
.date-pick-calender .datepicker table tr td.active.disabled,
.date-pick-calender .datepicker table tr td.active.disabled:hover,
.date-pick-calender .datepicker table tr td.active:hover {
  background-image: none;
  background-color: var(--green);
  border-radius: 0;
}
.date-pick-calender .datepicker table tr td.today,
.date-pick-calender .datepicker table tr td.today.disabled,
.date-pick-calender .datepicker table tr td.today.disabled:hover,
.date-pick-calender .datepicker table tr td.today:hover {
  background-image: none;
  background-color: var(--green);
  border-radius: 0;
  color: var(--white);
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: var(0, 0, 0, 0.2);
  background-color: white;
}
.date-pick-calender tr {
  width: 100%;
}
.date-pick-calender .datepicker th.datepicker-switch {
  width: auto;
}
.date-pick-calender thead tr:nth-child(3) {
  border-bottom: 1px solid var(--black);
  margin-bottom: 5px;
}
.date-pick-calender thead tr:nth-child(3) th {
  height: 30px;
}
.date-pick-calender thead tr:nth-child(2) th {
  height: 37px;
  margin-bottom: 26px;
}
.date-pick-calender .datepicker th.prev {
  font-size: 0;
  position: relative;
  width: 97px;
  height: 37px;
}
.date-pick-calender .datepicker th.prev::after {
  content: "PRV";
  width: 97px;
  height: 37px;
  background-color: var(--green);
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--white);
  line-height: 37px;
  position: absolute;
}
.date-pick-calender .datepicker th.next {
  font-size: 0;
  position: relative;
  width: 97px;
  height: 37px;
}
.date-pick-calender .datepicker th.next::after {
  content: "NEXT";
  width: 97px;
  height: 37px;
  background-color: var(--green);
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--white);
  line-height: 37px;
  position: absolute;
}

.paymentpopup .booking-provider-box {
  margin-bottom: 10px;
}
.paymentpopup .appointment-sec {
  -webkit-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.13);
  padding: 30px 63px 30px 27px;
  display: flex;
  gap: 42px;
  align-items: flex-start;
  margin-bottom: 50px;
}
.paymentpopup .appointment-sec .when-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
}
.paymentpopup .appointment-sec .datetime-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  gap: 30px;
}
.paymentpopup .appointment-sec .datetime-main .appo-date p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--black);
}
.paymentpopup .appointment-sec .datetime-main .appo-date h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
}
.paymentpopup .appointment-sec .datetime-main .appo-time p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: right;
  color: var(--black);
}
.paymentpopup .appointment-sec .datetime-main .appo-time h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-align: right;
  color: var(--black);
  margin-bottom: 0;
}
.paymentpopup .payment-box {
  -webkit-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.13);
  padding: 40px 42px 100px;
}
.paymentpopup .payment-box .client-detail {
  display: block;
  position: relative;
}
.paymentpopup .payment-box .client-detail h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 20px;
}
.paymentpopup .payment-box .client-detail .client-row {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}
.paymentpopup .payment-box .client-detail .client-row .client-col {
  width: 33.33%;
}
.paymentpopup .payment-box .client-detail .client-row .client-col .form-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 6px;
}
.paymentpopup
  .payment-box
  .client-detail
  .client-row
  .client-col
  .form-control {
  padding: 18px 15px;
  border-radius: 0;
  border: 1px solid #011d6414;
}
.paymentpopup
  .payment-box
  .client-detail
  .client-row
  .client-col
  .form-control:focus {
  box-shadow: none;
}
.paymentpopup
  .payment-box
  .client-detail
  .client-row
  .client-col
  .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.rdio-primary {
  position: relative;
  padding-left: 30px;
  display: flex;
  gap: 10px;
}
.rdio-primary input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.rdio-primary label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.rdio-primary label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid var(--green);
  background: #fff;
}
.rdio-primary input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  display: inline-block;
  font-size: 11px;
  width: 14px;
  height: 14px;
  background-color: var(--green);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.rdio-primary input[type="radio"]:checked + label:before {
  border-color: var(--green);
}
.rdio-primary input[type="radio"]:checked + label::after {
  background-color: var(--green);
}

.rdio-primary span {
  display: flex;
  width: 20px;
  height: 20px;
}
.radio-primary-cont {
  margin-bottom: 38px;
}

/* **** Payment **** */
.check-primary {
  margin-bottom: 40px;
}
.check-primary label {
  padding-left: 30px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin: 0;
  text-transform: capitalize;
}
.check-primary input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.check-primary label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid var(--green);
  background: #fff;
}
.check-primary input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  display: inline-block;
  font-size: 11px;
  width: 14px;
  height: 14px;
  background-color: var(--green);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.check-primary input[type="checkbox"]:checked + label::after {
  background-color: var(--green);
}

.check-primary label img {
  max-width: 20px;
  margin-left: 5px;
}
.paymentpopup .payment-box .form-group {
  margin: 0 0 20px;
}
.paymentpopup .payment-box .form-group .form-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 6px;
}
.paymentpopup .payment-box .form-group .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 18px 15px;
  border-radius: 0;
  border: 1px solid #011d6414;
  box-shadow: none;
  outline: none;
}

.insurance-block h2 {
  margin-bottom: 20px;
}
.insurance-block ul {
  display: flex;
  align-items: center;
  margin: 0 0 28px;
  padding: 0;
  gap: 0 30px;
}
.insurance-block ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.insurance-block ul li .rdio-primary {
  margin-bottom: 0;
}
.paymentpopup .payment-box .client-detail .insurance-block .client-row {
  flex-wrap: wrap;
  gap: 0;
  margin: 0 -12px;
}
.paymentpopup
  .payment-box
  .client-detail
  .insurance-block
  .client-row
  .client-col {
  width: 50%;
  padding: 0 12px;
}
.paymentpopup
  .payment-box
  .client-detail
  .insurance-block
  .client-row
  .rdio-primary {
  margin: 50px 0 0;
}
.cash-payment h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
/* **** End Payment **** */

@media only screen and (max-width: 1439px) {
  .custom-modal-pop .modal-dialog {
    max-width: 90%;
  }
  .custom-modal-pop .modal-content {
    padding: 50px 50px 70px 50px;
  }
  .custom-modal-pop
    .provider-box
    .provider-info
    .provider-detail
    .provider-title
    h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .custom-modal-pop .provider-box .btn-info {
    margin-left: 30px;
  }
  .custom-modal-pop
    .provider-box
    .provider-info
    .provider-detail
    .provider-title
    h3 {
    font-size: 26px;
  }
  .date-pick-calender tbody,
  .date-pick-calender td,
  .date-pick-calender tfoot,
  .date-pick-calender th,
  .date-pick-calender thead,
  .date-pick-calender tr {
    gap: 0;
  }
}
@media only screen and (max-width: 1260px) {
  .container {
    max-width: calc(100% - 120px);
    margin: 0 60px;
  }
  .provider-box .provider-info .provider-detail .provider-title h3 {
    font-size: 24px;
  }
  header {
    margin-bottom: 80px;
  }

  .custom-modal-pop
    .provider-box
    .provider-info
    .provider-detail
    .provider-title {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .custom-modal-pop .provider-pop-main .provider-tab .nav-link {
    font-size: 22px;
  }
  .custom-modal-pop .provider-pop-main .provider-tab .panel-pop-about h2 {
    font-size: 22px;
  }
  .custom-modal-pop
    .provider-pop-main
    .provider-tab
    .panel-pop-about
    .faq-content
    h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .custom-modal-pop
    .provider-pop-main
    .provider-tab
    .panel-pop
    .expert-info
    h3 {
    font-size: 22px;
  }
  .custom-modal-pop .provider-pop-main .provider-info-box h3 {
    font-size: 22px;
  }

  .pick-time-main .pickup-time-sec {
    flex: 0 0 392px;
    width: 392px;
  }
  .pickup-timesel {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .provider-box .provider-info {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .provider-box .btn-info {
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 30px;
    flex-wrap: wrap;
  }
  .provider-box .btn-info .profile-btn {
    margin-top: 0;
  }

  .provider-main {
    margin-bottom: 70px;
  }
  .custom-modal-pop .provider-box .btn-info {
    margin-left: 0;
  }
  .custom-modal-pop .provider-pop-main .provider-right-panel {
    width: 264px;
    flex: 0 0 264px;
  }

  .date-pick-calender .datepicker td {
    width: 51px;
    height: 51px;
    margin: 2px;
  }
  .bookingpopup
    .booking-provider-box
    .booking-provider-info
    .bprovider-detail
    h2 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .bookingpopup
    .booking-provider-box
    .booking-provider-info
    .bprovider-location
    h2 {
    font-size: 28px;
    line-height: normal;
  }
  .pick-time-main .pickup-time-sec {
    flex: 0 0 286px;
    width: 286px;
    margin-right: 0;
  }
  .date-pick-calender .datepicker th {
    width: 55px;
  }
  .pickup-timesel {
    padding: 0 6px;
  }
  .bookingpopup .bookingmsg p {
    font-size: 28px;
  }
  .pick-time-main h3 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .container {
    max-width: calc(100% - 60px);
    margin: 0 30px;
  }
  .provider-box .provider-info .provider-detail .provider-title {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .main-content .maintitle {
    flex-wrap: wrap;
  }
  header {
    margin-bottom: 50px;
  }
  .provider-box .provider-info {
    margin-top: 0;
  }
  .main-content .maintitle h2 {
    font-size: 24px;
    line-height: normal;
  }
  .provider-box .btn-info .green-btn {
    padding: 12px 25px;
  }
  .provider-box .btn-info .profile-btn {
    padding: 12px 25px;
  }
  .provider-box .btn-info {
    gap: 20px;
  }

  .custom-modal-pop .modal-header .logo {
    position: inherit;
    left: auto;
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .custom-modal-pop .provider-pop-main {
    flex-direction: column;
  }
  .custom-modal-pop .provider-pop-main .provider-right-panel {
    width: 100%;
    flex: 0 0 100%;
  }
  .custom-modal-pop .modal-content {
    padding: 50px;
  }
  .custom-modal-pop .provider-pop-main {
    gap: 0;
  }
  .custom-modal-pop .provider-pop-main .provider-right-panel {
    margin-top: 30px;
  }
  .custom-modal-pop .provider-pop-main .provider-info-box {
    margin-bottom: 30px;
  }
  .custom-modal-pop .modal-header .logo {
    width: 236px;
    height: auto;
  }
}
@media only screen and (max-width: 959px) {
  .bookingpopup .booking-provider-box .booking-provider-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .bookingpopup
    .booking-provider-box
    .booking-provider-info
    .bprovider-location {
    text-align: left;
  }
  .pick-time-main {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .pick-time-main .pickup-time-sec {
    flex: 0 0 100%;
    width: 100%;
  }
  .nextbtn-div {
    margin-right: 6px;
  }
  .bookingpopup .bookingmsg p {
    font-size: 26px;
    line-height: normal;
  }

  .bookingpopup .booking-provider-box {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  header .top-header .minn-top-info {
    flex-direction: column;
  }
  .provider-box .btn-info .green-btn {
    font-size: 16px;
  }
  .provider-box .btn-info .profile-btn {
    font-size: 16px;
  }
  header .logo {
    height: auto;
    width: 246px;
  }
  .select2-dropdown {
    width: 260px !important;
  }
  .filter-main {
    flex-direction: column;
  }
  .filter-main .filter-title {
    margin: 0 0 15px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 0;
  }

  .custom-modal-pop .modal-content {
    padding: 30px;
  }
  .custom-modal-pop .modal-header {
    flex-wrap: wrap;
  }
  .sharechat {
    flex: 0 0 100%;
    margin-top: 10px;
  }
  .custom-modal-pop .provider-pop-main .provider-tab .panel-pop {
    padding: 30px;
  }

  .bookingpopup
    .booking-provider-box
    .booking-provider-info
    .bprovider-detail
    h2 {
    font-size: 24px;
  }
  .bookingpopup
    .booking-provider-box
    .booking-provider-info
    .bprovider-location
    h2 {
    font-size: 24px;
  }
  .bookingpopup .bookingmsg p {
    font-size: 24px;
    line-height: normal;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: calc(100% - 10px);
    margin: 0 5px;
  }
  header {
    margin-bottom: 30px;
  }
  .provider-box {
    flex-direction: column;
  }
  .provider-box .provider-info {
    margin-top: 10px;
  }
  .custom-modal-pop .modal-dialog {
    margin: 30px auto;
  }
  .custom-modal-pop .provider-pop-main .provider-tab .pnav-tab {
    gap: 30px;
  }

  .bookingpopup
    .booking-provider-box
    .booking-provider-info
    .bprovider-detail
    h2 {
    font-size: 20px;
  }
  .bookingpopup
    .booking-provider-box
    .booking-provider-info
    .bprovider-location
    h2 {
    font-size: 20px;
  }
  .pick-time-main h3 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .bookingpopup .booking-provider-box {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 479px) {
  header .top-header .minn-top-info {
    align-items: flex-start;
  }
  .main-content .maintitle h2 {
    font-size: 20px;
  }
  .main-content .maintitle .sort-text .form-check-label {
    font-size: 14px;
  }
  .main-content .maintitle {
    gap: 20px;
  }
  .provider-box .btn-info .green-btn {
    min-width: inherit;
    font-size: 14px;
    padding: 8px 15px;
  }
  .provider-box .btn-info .profile-btn {
    min-width: inherit;
    width: auto;
    font-size: 14px;
    padding: 8px 15px;
  }
  .provider-box .provider-info .provider-detail .provider-title h3 {
    font-size: 20px;
  }
  .provider-box .provider-info .provider-detail .provider-title {
    margin-bottom: 10px;
  }
  .provider-box {
    padding: 20px 20px 30px;
  }

  header .logo {
    width: 218px;
  }
  .filter-sel-option .select2-container {
    width: 175px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
  }
  .provider-box .provider-description p {
    font-size: 14px;
  }
  .filter-sel-option {
    margin-right: 10px;
  }

  .custom-modal-pop
    .provider-box
    .provider-info
    .provider-detail
    .provider-title
    h3 {
    font-size: 22px;
    line-height: normal;
  }
  .custom-modal-pop
    .provider-pop-main
    .provider-tab
    .panel-pop
    .expert-info
    h3 {
    font-size: 18px;
    line-height: normal;
  }
  .custom-modal-pop .provider-pop-main .provider-tab .nav-link {
    font-size: 20px;
    line-height: normal;
  }
  .custom-modal-pop .provider-pop-main .provider-info-box h3 {
    font-size: 20px;
    line-height: normal;
  }
  .custom-modal-pop
    .provider-pop-main
    .provider-tab
    .panel-pop
    .expert-info
    .expert-desc
    ul {
    padding-left: 0;
  }
  .sharechat-info {
    font-size: 14px;
  }
  .custom-modal-pop .provider-box {
    padding: 0 0 30px;
  }
  .custom-modal-pop
    .provider-pop-main
    .provider-tab
    .panel-pop-about
    .faq-content {
    padding: 15px;
  }
  .custom-modal-pop .modal-content {
    padding: 15px;
  }
  .custom-modal-pop .provider-pop-main .provider-tab .panel-pop-about h2 {
    text-align: center;
  }
  .custom-modal-pop
    .provider-pop-main
    .provider-tab
    .panel-pop-about
    .faq-content
    p {
    font-size: 14px;
  }
  .custom-modal-pop
    .provider-pop-main
    .provider-info-box
    .provider-points
    ul
    li {
    font-size: 14px;
  }
  .custom-modal-pop
    .provider-pop-main
    .provider-tab
    .panel-pop
    .expert-info
    .expert-desc
    ul
    li {
    font-size: 14px;
  }

  .date-pick-calender .datepicker td {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .date-pick-calender .datepicker th {
    width: 30px;
    font-size: 14px;
  }
  .bookingpopup .bookingmsg p {
    font-size: 18px;
  }
  .nextbtn-div .next-btn {
    width: 90px;
    height: 50px;
  }
  .bookingpopup .bookingmsg {
    padding-bottom: 20px;
  }
  .pickup-timesel a {
    font-size: 15px;
  }
  .bookingpopup .booking-provider-box {
    padding: 20px;
    gap: 20px;
  }
  .date-pick-calender .datepicker th.prev {
    width: 50px;
  }
  .date-pick-calender .datepicker th.next {
    width: 50px;
  }
  .date-pick-calender .datepicker th.next::after {
    width: 50px;
    font-size: 14px;
  }
  .date-pick-calender .datepicker th.prev::after {
    width: 50px;
    font-size: 14px;
  }
  .date-pick-calender thead tr:nth-child(2) th {
    margin-bottom: 10px;
  }
  .nextbtn-div {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 390px) {
  .custom-modal-pop .modal-header .logo {
    margin: 10px 0 0;
    width: 238px;
  }
}

/* ***** Responsive **** */
@media (min-width: 768px) and (max-width: 991.98px) {
  .paymentpopup .appointment-sec {
    gap: 15px;
  }
  .paymentpopup .appointment-sec {
    padding: 40px;
    margin: 0 0 30px;
  }
  .paymentpopup .appointment-sec .when-text {
    font-size: 14px;
  }
  .paymentpopup .appointment-sec .datetime-main {
    gap: 10px;
  }
  .paymentpopup .appointment-sec .datetime-main .appo-date p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .paymentpopup .appointment-sec .datetime-main .appo-date h3 {
    font-size: 18px;
  }
  .paymentpopup .appointment-sec .datetime-main .appo-time p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .paymentpopup .appointment-sec .datetime-main .appo-time h3 {
    font-size: 18px;
  }
  .paymentpopup .payment-box {
    padding: 40px;
  }
  .paymentpopup .payment-box .client-detail h3 {
    font-size: 22px;
  }
  .paymentpopup .payment-box .client-detail .insurance-block h2 {
    font-size: 22px;
  }
  .paymentpopup .payment-box .client-detail .client-row {
    gap: 20px;
    flex-wrap: wrap;
  }
  .paymentpopup .payment-box .client-detail .client-row .client-col {
    width: 100%;
  }
  .paymentpopup
    .payment-box
    .client-detail
    .insurance-block
    .client-row
    .client-col {
    width: 100%;
    margin: 0 0 20px;
  }
  .paymentpopup
    .payment-box
    .client-detail
    .insurance-block
    .client-row
    .rdio-primary {
    margin: 0;
  }
  .paymentpopup .payment-box .client-detail .insurance-block .form-group {
    margin: 0;
  }
  .paymentpopup .payment-box .client-detail .nextbtn-div .next-btn {
    margin: 30px 0 0;
  }
}
@media (max-width: 767.99px) {
  .select-time-block ul li {
    font-size: 15px;
    padding: 10px 15px;
    line-height: 24px;
    margin: 0 0 10px;
  }

  .paymentpopup .appointment-sec {
    gap: 15px;
  }
  .paymentpopup .appointment-sec {
    padding: 20px;
    margin: 0 0 30px;
  }
  .paymentpopup .appointment-sec .when-text {
    font-size: 14px;
  }
  .paymentpopup .appointment-sec .datetime-main {
    gap: 10px;
  }
  .paymentpopup .appointment-sec .datetime-main .appo-date p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .paymentpopup .appointment-sec .datetime-main .appo-date h3 {
    font-size: 18px;
  }
  .paymentpopup .appointment-sec .datetime-main .appo-time p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .paymentpopup .appointment-sec .datetime-main .appo-time h3 {
    font-size: 18px;
  }
  .paymentpopup .payment-box {
    padding: 20px;
  }
  .paymentpopup .payment-box .client-detail h3 {
    font-size: 22px;
  }
  .paymentpopup .payment-box .client-detail .insurance-block h2 {
    font-size: 22px;
  }
  .paymentpopup .payment-box .client-detail .client-row {
    gap: 20px;
    flex-wrap: wrap;
  }
  .paymentpopup .payment-box .client-detail .client-row .client-col {
    width: 100%;
  }
  .paymentpopup
    .payment-box
    .client-detail
    .insurance-block
    .client-row
    .client-col {
    width: 100%;
    margin: 0 0 20px;
  }
  .paymentpopup
    .payment-box
    .client-detail
    .insurance-block
    .client-row
    .rdio-primary {
    margin: 0;
  }
  .paymentpopup .payment-box .client-detail .insurance-block .form-group {
    margin: 0;
  }
  .paymentpopup .payment-box .client-detail .nextbtn-div .next-btn {
    margin: 30px 0 0;
  }
}

/******************************************** 03/06/2024 ADD CSS KARAN ************************************************/
@import url("https://fonts.googleapis.com/css2?family=Petemoss&family=Sail&display=swap");
.appointmentPopup-wrapper {
  -webkit-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.13);
  padding: 40px 64px 40px 60px;
}
.appointment-message {
  background-color: #6A7B60;
  padding: 10px 70px;
}
.appointment-message p {
  color: #fff;
  font-size: 27px;
  margin: 0;
  /*  font-family: "Petemoss", cursive; */
}
.appointment-provider {
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 20px;
  gap: 20px;
}
.appointment-provider-wrap {
  background-color: #8eb5311c;
}
.provider-details {
  margin-top: 50px;
}
.appointment-provider .provider-img {
  width: 60px;
  height: 60px;
  margin-bottom: 0;
}
.appointment-provider .booking-provider-info {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  gap: 20px;
}
.provider-img p {
  color: var(--green);
  text-align: center;
}
.client-details {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid var(--black);
}
.media-details {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.appointment-provider-wrap h4 {
  font-size: 20px;
  line-height: 26px;
}
.appointment-provider-wrap p {
  font-size: 14px;
  line-height: 20px;
}
.client-contact-details {
  background-color: #446D7Ae6;
  padding: 20px 30px;
}
.client-emailId h5 {
  font-size: 14px;
  word-wrap: break-word;
}
/* .client-contact-details h5.client-contact-title{
    font-family: "Petemoss", cursive;   
} */
@media (max-width: 1399px) {
  .appointment-message {
    padding: 10px 50px;
  }
  .appointment-message p {
    font-size: 24px;
  }
  .appointment-provider-wrap h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .appointment-provider {
    padding: 20px 30px 20px 20px;
  }
  .calendar-details h3 {
    font-size: 24px;
  }
  .media-details li a img {
    max-width: 40px;
  }
  .client-contact-details h5.client-contact-title {
    font-size: 18px;
  }
  .client-contact-details {
    padding: 16px 24px;
  }
  .client-contact-number h5 {
    font-size: 18px;
  }
  .appointmentPopup-wrapper {
    padding: 40px 50px;
  }
}
@media (max-width: 1199px) {
  .appointment-message p {
    font-size: 20px;
  }
  .appointment-message {
    padding: 10px 40px;
  }
  .provider-details {
    margin-top: 40px;
  }
  .appointment-provider-wrap h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .appointment-provider-wrap p {
    font-size: 12px;
    line-height: 16px;
  }
  .appointment-provider {
    padding: 16px 20px;
  }
  .calendar-details h3 {
    font-size: 20px;
  }
  .media-details li a img {
    max-width: 30px;
  }
  .client-details {
    padding-top: 24px;
    margin-top: 30px;
  }
  .client-contact-details {
    padding: 16px;
  }
  .client-contact-details h5.client-contact-title {
    font-size: 16px;
  }
  .client-contact-number span,
  .client-emailId span {
    font-size: 14px;
  }
  .client-contact-number h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .appointmentPopup-wrapper {
    padding: 30px 40px;
  }
  .appointment-message {
    padding: 10px 30px;
  }
  .appointmentPopup-title {
    font-size: 24px;
  }
  .appointment-message p {
    font-size: 18px;
  }
  .provider-details .provider-title,
  .client-details .client-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .appointmentPopup-wrapper {
    padding: 26px 30px;
  }
  .appointmentPopup-title {
    font-size: 22px;
  }
  .appointment-message p {
    font-size: 16px;
  }
  .appointment-message {
    padding: 10px 18px;
  }
  .provider-details {
    margin-top: 30px;
  }
  .provider-details .provider-title,
  .client-details .client-title {
    font-size: 18px;
  }
  .appointment-provider .provider-img {
    width: 50px;
    height: 50px;
  }
  .appointment-provider {
    padding: 14px 16px;
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .appointmentPopup-wrapper {
    padding: 24px 20px;
  }
  .appointmentPopup-title {
    font-size: 20px;
  }
  .appointment-message {
    padding: 10px 14px;
  }
  .appointment-message p {
    font-size: 14px;
  }
  .provider-details {
    margin-top: 20px;
  }
  .provider-details .provider-title,
  .client-details .client-title {
    font-size: 16px;
  }
  .appointment-provider {
    flex-direction: column;
    align-items: self-start;
    gap: 14px;
  }
  .appointment-provider .booking-provider-info {
    flex-direction: column;
    align-items: self-start;
    gap: 14px;
  }
  .appointment-provider.align-items-baseline .provider-img {
    width: auto;
    height: auto;
  }
  .calendar-details h3 {
    font-size: 18px;
  }
  .client-details {
    padding-top: 20px;
    margin-top: 20px;
  }
  .appointment-provider-wrap h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .client-contact-number span,
  .client-emailId span {
    font-size: 12px;
  }
  .client-contact-number h5 {
    font-size: 14px;
  }
  .client-emailId h5 {
    font-size: 12px;
  }
}