/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-template-check-availability .main-content {
  padding-bottom: 40px;
  background-image: url(../images/bg-banner-check-availability.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-template-check-availability .main-content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-check-availability .main-content {
    padding-bottom: 202px;
  }
}
.page-template-template-check-availability .main-content .content-holder {
  margin: 0 auto;
  max-width: 1118px;
}

@media screen and (min-width: 1200px) {
  .page-template-template-check-availability .main-content .content {
    max-width: 445px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-check-availability .main-content .content {
    margin-bottom: 40px;
  }
}
.page-template-template-check-availability .main-content .content .page-title {
  margin-bottom: 45px;
}

.page-template-template-check-availability .main-content .form-wrap {
  max-width: 570px;
  border: 3px solid var(--color-primary);
}

@media screen and (min-width: 1200px) {
  .page-template-template-check-availability .main-content .form-wrap {
    margin-right: 0;
    padding: 50px 70px 57px;
  }
}
.page-template-template-check-availability .main-content .form-wrap .form-group {
  margin-bottom: 24px;
}

.page-template-template-check-availability .main-content .form-wrap label {
  display: block;
  margin-bottom: 9px;
  color: var(--form-label-color);
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

.page-template-template-check-availability .main-content .form-wrap label .required {
  color: #4AA457;
}

.page-template-template-check-availability .main-content .form-wrap input,
.page-template-template-check-availability .main-content .form-wrap select {
  padding: 10px;
  width: 100%;
  color: #fff;
  font-size: 17px;
  height: 50px;
  background-color: rgba(4, 5, 6, 0.35);
  border: none;
  border-bottom: 2px solid #EBEBEB;
  border-radius: 0;
}

.page-template-template-check-availability .main-content .form-wrap select {
  padding-right: 50px;
  background: url(../images/icons/icon-select-arrow-down-green.svg) no-repeat center right 20px;
  background-color: rgba(4, 5, 6, 0.35);
  appearance: none;
}

.page-template-template-check-availability .main-content .form-wrap .select2-container .select2-selection {
  padding: 14px 50px 14px 10px;
  font-size: 17px;
  height: 50px;
  background: url(../images/icons/icon-select-arrow-down-green.svg) no-repeat center right 20px;
  background-color: rgba(4, 5, 6, 0.35);
  border: none;
  border-bottom: 2px solid #EBEBEB;
  border-radius: 0;
}

.page-template-template-check-availability .main-content .form-wrap .select2-container .select2-selection .select2-selection__rendered {
  padding: 0;
  color: #fff;
  font-size: 17px;
  line-height: normal;
}

.page-template-template-check-availability .main-content .form-wrap .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #fff;
}

.page-template-template-check-availability .main-content .form-wrap .select2-container .select2-selection .select2-selection__arrow {
  display: none;
}

.page-template-template-check-availability .main-content .form-wrap .btn {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 353px;
}

@media screen and (min-width: 768px) {
  .page-template-template-check-availability .main-content .form-wrap .btn {
    margin-top: 93px;
  }
}
.page-template-template-check-availability .second-section {
  padding: 40px 0 20px;
  background-image: url(../images/bg-second-check-availability.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-check-availability .second-section {
    padding-bottom: 120px;
  }
}
.page-template-template-check-availability .second-section .experts-wrapper {
  padding: 40px 15px;
  margin: 0 auto 40px;
  max-width: 1118px;
  background-color: #282829;
}

@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section .experts-wrapper {
    padding: 62px 20px 74px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-check-availability .second-section .experts-wrapper {
    margin-top: -182px;
    margin-bottom: 93px;
  }
}
.page-template-template-check-availability .second-section .experts-wrapper .section-heading #available-heading,
.page-template-template-check-availability .second-section .experts-wrapper .section-heading #not-available-heading {
  margin-bottom: 45px;
}

.page-template-template-check-availability .second-section .experts-wrapper .section-heading .btn-wrapper .btn {
  display: block;
  margin: 0 auto;
  padding: 17px 10px 16px;
  width: 100%;
  max-width: 436px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section .experts-wrapper .section-heading .btn-wrapper .btn {
    padding: 17px 40px 16px;
  }
}
.page-template-template-check-availability .second-section .experts-wrapper .experts-list {
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section .experts-wrapper .experts-list {
    margin-bottom: 40px;
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-check-availability .second-section .experts-wrapper .experts-list {
    margin-bottom: 59px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-check-availability .second-section .experts-wrapper .experts-list {
    max-width: 924px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section .experts-wrapper .experts-list .row {
    margin: 0 -28px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section .experts-wrapper .experts-list .row .col-item {
    padding: 0 28px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-check-availability .second-section .experts-wrapper .experts-list .row .col-item {
    margin-bottom: 30px;
  }
}
.page-template-template-check-availability .second-section .experts-wrapper .experts-list .expert-item {
  margin: 0 auto;
  max-width: 189px;
  text-align: center;
}

.page-template-template-check-availability .second-section .experts-wrapper .experts-list .expert-item .name {
  margin-top: 2px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.2px;
}

.page-template-template-check-availability .second-section .experts-wrapper .experts-list .expert-item .name a {
  color: #fff;
}

.page-template-template-check-availability .second-section .experts-wrapper .experts-list .expert-item .name a:hover {
  color: var(--color-primary);
}

.page-template-template-check-availability .second-section .experts-wrapper .experts-list .expert-item .position {
  color: #F2F2F2;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper {
    text-align: center;
  }
}
.page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper .newsletter-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper .newsletter-title {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper .newsletter-form form {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 1199px) {
  .page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper .newsletter-form form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper .newsletter-form form {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper .newsletter-form .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 0;
    margin-right: 21px;
  }
}
.page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper .newsletter-form .gform_wrapper.gravity-theme .gfield input {
  padding: 10px 17px;
  font-size: 16px;
  width: 299px;
}

.page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper .newsletter-form .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper .newsletter-form .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
  }
}
.page-template-template-check-availability .second-section .experts-wrapper .newsletter-wrapper .newsletter-form .gform_wrapper.gravity-theme .gform_footer .btn {
  padding: 10px;
  width: 137px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section .resources .section-title {
    margin-bottom: 52px;
  }
}
.page-template-template-check-availability .second-section .resources .resources-list {
  margin: 0 auto;
  max-width: 1328px;
}

@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section .resources .resources-list .row {
    margin: 0 -26px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-check-availability .second-section .resources .resources-list .row .col-item {
    padding: 0 26px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-check-availability .second-section .resources .resources-list .row .col-item {
    margin-bottom: 30px;
  }
}
.page-template-template-check-availability .second-section .resources .resources-list .resource-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin: 0 auto;
  max-width: 293px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1.25px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(15px);
}

.page-template-template-check-availability .second-section .resources .resources-list .resource-item:hover .title {
  color: var(--color-primary);
}

.page-template-template-check-availability .second-section .resources .resources-list .resource-item .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 55px;
  margin-right: 21px;
  width: 55px;
  height: 55px;
  border-radius: 4px;
  background: linear-gradient(270deg, #78C066 0%, #4AA457 100%);
}

.page-template-template-check-availability .second-section .resources .resources-list .resource-item .title {
  color: #fff;
  font-size: 18.25px;
  font-weight: 800;
  line-height: 1;
  transition: color 0.3s ease-in-out;
}

.page-template-template-check-availability #availability-result {
  position: relative;
  text-align: center;
}

.page-template-template-check-availability #availability-result .error {
  padding: 13px;
  font-size: 15px;
  color: #c02b0a;
  background-color: #fff9f9;
  border: 1px solid #c02b0a;
}

.page-template-template-check-availability .loading-dots {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 8px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .page-template-template-check-availability .loading-dots {
    top: 15px;
  }
}
.page-template-template-check-availability .loading-dots .dot {
  width: 10px;
  height: 10px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation: dotPulse 1.5s infinite;
}

@media screen and (min-width: 768px) {
  .page-template-template-check-availability .loading-dots .dot {
    width: 15px;
    height: 15px;
  }
}
.page-template-template-check-availability .loading-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.page-template-template-check-availability .loading-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dotPulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.page-template-template-check-availability .select2-dropdown {
  background-color: #1b1f21;
  border-radius: 0;
  border: 2px solid #EBEBEB;
}

.page-template-template-check-availability .select2-dropdown .select2-search {
  padding: 10px;
}

.page-template-template-check-availability .select2-dropdown .select2-search .select2-search__field {
  padding: 10px 0;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 2px solid #EBEBEB;
  border-radius: 0;
}

.page-template-template-check-availability .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  margin: 0;
}

/*# sourceMappingURL=template-check-availability.css.map*/