.contact-tab .contact-info-section .card {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.contact-tab .contact-info-section .card .tag {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-image: linear-gradient(123.62deg, #f59c37 0%, #fd5479 100%);
}
@media (max-width: 460px) {
  .contact-tab .contact-info-section .card .tag {
    top: -17px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
}
.contact-tab .contact-info-section .card .card-img-top {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-color: #222739;
}
.contact-tab .contact-info-section .card .card-img-top i {
  background-image: linear-gradient(123.62deg, #f59c37 0%, #fd5479 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-tab .contact-info-section .card .card-img-top i:before {
  font-size: 25px;
}
.contact-tab .contact-info-section .card:hover i {
  background-image: linear-gradient(123.62deg, #f59c37 0%, #fd5479 100%);
  -webkit-text-fill-color: #ffffff;
}
.contact-tab .contact-info-section .card .card-body h5,
.contact-tab .contact-info-section .card .card-body a {
  background-image: linear-gradient(123.62deg, #f59c37 0%, #fd5479 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section .map {
  width: 100%;
  height: 306px;
  border-radius: 5px;
}
.contact-section .map iframe {
  border-radius: 5px;
}

input[type=date] {
  position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type=date]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  background-image: linear-gradient(123.62deg, #f59c37 0%, #fd5479 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 5px;
}

/* change color of symbol on hover */
/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

/* adjust increase/decrease button */
input[type=date]::-webkit-inner-spin-button {
  z-index: 1;
}

/* adjust clear button */
input[type=date]::-webkit-clear-button {
  z-index: 1;
}

input[type=time] {
  position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type=time]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  background-image: linear-gradient(123.62deg, #f59c37 0%, #fd5479 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 5px;
}

/* change color of symbol on hover */
/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type=time]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

/* adjust increase/decrease button */
input[type=time]::-webkit-inner-spin-button {
  z-index: 1;
}

/* adjust clear button */
input[type=time]::-webkit-clear-button {
  z-index: 1;
}

.bussinesss-hours-section .hours {
  border-radius: 5px;
  background-color: #222739;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.qr-code-section .image-box {
  width: 240px;
}
.qr-code-section .image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
}
.qr-code-section .image img {
  border-radius: 50%;
}
.qr-code-section .qr-code {
  max-width: 205px;
  height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background-color: transparent !important;
}
.qr-code-section .fa-qrcode {
  width: 200px;
  height: 200px;
  color: #222739;
  padding: 25px;
}
@media (max-width: 575px) {
  .qr-code-section .fa-qrcode {
    width: 140px;
    height: 140px;
  }
}
.qr-code-section .fa-qrcode:before {
  font-size: 175px;
}
@media (max-width: 575px) {
  .qr-code-section .fa-qrcode:before {
    font-size: 130px;
  }
}

.make-appointment-section .form-control {
  padding: 10px !important;
}

.appoint-input {
  background-color: #222739 !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.make-appointment-section .form-control {
  padding: 15px !important;
}

.form-control:focus {
  box-shadow: none;
}

.make-appointment-section .modal-body .modal-dialog .modal-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0.475rem;
  outline: 0;
}
.make-appointment-section .modal-body .modal-dialog .modal-content .modal-header .btn-close {
  padding: 0.5rem 0.5rem !important;
  margin: -0.5rem -0.5rem -0.5rem auto !important;
}
.make-appointment-section .modal-body .modal-dialog .modal-content .modal-header .modal-title {
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}
.make-appointment-section .modal-body .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.313rem;
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.688rem 0.938rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.make-appointment-section .modal-body .form-control ::-moz-placeholder {
  font-size: 18px !important;
}
.make-appointment-section .modal-body .form-control ::placeholder {
  font-size: 18px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 321px !important;
  line-height: 43px !important;
  font-size: 14px !important;
  padding-inline: 18px !important;
}

.select2-container--default .select2-selection--single {
  height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px !important;
  top: 9px !important;
  right: 4px !important;
  width: 34px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 46px !important;
  line-height: 43px !important;
  font-size: 14px !important;
  padding-inline: 18px !important;
}

.select2-results__option--selectable {
  height: 46px !important;
  line-height: 43px !important;
  font-size: 14px !important;
  padding-inline: 18px !important;
}
