@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  max-width: 100%;
  overflow-x: hidden;
}

button {
  font-family: "Arial", Sans-serif;
}

::placeholder,
::-ms-input-placeholder {
  font-family: "Arial", Sans-serif !important;
  color: #707372 !important;
  font-size: 14px !important;
  font-style: normal !important;
}

iframe {
  width: 100%;
  border: none;
  overflow: hidden;
}

.buttonHoverWhite svg {
  margin-top: 4px;
}
.buttonHoverWhite a:hover svg path {
  fill: #fff;
  transition: all 0.3s;
}

.ubermenu .ubermenu-autocolumn,
.ubermenu-submenu-type-stack {
  padding-bottom: 0px !important;
}

.register-search-form .form-fields {
  display: flex;
  flex-direction: column;
}
.register-search-form .form-fields label {
  display: block;
  margin-bottom: 25px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.register-search-form .form-fields select,
.register-search-form .form-fields input {
  color: #707372;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.register-search-form .shownfields {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
}
@media (max-width: 1200px) {
  .register-search-form .shownfields {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media (max-width: 1100px) {
  .register-search-form .shownfields {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .register-search-form .shownfields {
    flex-direction: column;
  }
}
.register-search-form .shownfields .form-group {
  width: auto;
}
@media (max-width: 1100px) {
  .register-search-form .shownfields .form-group {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .register-search-form .shownfields .form-group {
    width: 100%;
  }
}
.register-search-form .shownfields .form-group input,
.register-search-form .shownfields .form-group select {
  width: 100%;
  border-radius: 2px;
  background: #fff;
  height: 48px;
}
.register-search-form .shownfields .form-group #eusr_id,
.register-search-form .shownfields .form-group #surname {
  min-width: 300px;
}
@media (max-width: 1230px) {
  .register-search-form .shownfields .form-group #eusr_id,
  .register-search-form .shownfields .form-group #surname {
    min-width: 100%;
  }
}
.register-search-form .shownfields .form-group .form-date-group {
  display: flex;
  gap: 15px;
}
.register-search-form .shownfields .form-button {
  width: 13%;
}
@media (max-width: 1230px) {
  .register-search-form .shownfields .form-button {
    width: 15%;
  }
}
@media (max-width: 1100px) {
  .register-search-form .shownfields .form-button {
    width: auto;
  }
}
@media (max-width: 767px) {
  .register-search-form .shownfields .form-button {
    width: 50%;
  }
}
.register-search-form .shownfields .form-button .btn {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 14px 15px 14px 15px;
  width: 100%;
}
.register-search-form .shownfields .form-button .btn img {
  margin-left: 15px;
  max-width: 14px;
}
.register-search-form .shownfields .form-button .btn:hover {
  background-color: #fff;
  color: #04225a;
}

.woocommerce .woocommerce-price-suffix {
  color: #707372;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.woocommerce .woocommerce-NoticeGroup-checkout {
  position: absolute;
  top: -80px;
}
.woocommerce .quantity {
  display: none !important;
}

.reset_variations {
  display: none;
}

.product_cat-eusr #waterinfo,
.product_cat-cms #waterinfo {
  display: none;
}
.product_cat-eusr #gasInfo,
.product_cat-cms #gasInfo {
  display: none;
}
.product_cat-eusr .product-tabs-info,
.product_cat-cms .product-tabs-info {
  display: none;
}

.product_cat-eusr .contact-us-block,
.product_cat-cms .contact-us-block {
  background-color: #fafafa !important;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0px !important;
}
.woocommerce div.product form.cart .variations select {
  width: 100%;
}

.single-product {
  /* Basic styling for tabs */
}
.single-product .single_variation_wrap {
  display: flex;
  flex-direction: column-reverse;
}
.single-product input,
.single-product textarea,
.single-product select {
  border-radius: 2px;
  border: 2px solid #04225a;
  padding: 9px 15px;
  background: #fff;
}
.single-product select {
  background-image: url("/wp-content/uploads/2024/01/Chevron.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
}
.single-product select::-ms-expand {
  display: none !important;
}
.single-product .two-column {
  display: flex;
  gap: 30px;
}
.single-product .two-column p {
  width: 50%;
}
.single-product .optional {
  display: none;
}
.single-product #eusr_file_upload {
  border: 2px dashed #04225a;
  width: 100%;
  padding: 15px 15px;
}
.single-product label {
  margin: 25px 0 10px 0;
  color: #707372;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-product label:first-child {
  margin-top: 0px;
}
.single-product .cards-required-checkbox {
  margin-top: 30px;
}
.single-product .cards-required-checkbox p {
  margin-bottom: 10px;
}
.single-product #eusr_updated_details_field label {
  margin-top: 0px;
}
.single-product .variations .label {
  display: none;
}
.single-product .file-upload-info {
  margin-top: 20px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product .my-custom-radio-class .woocommerce-input-wrapper {
  display: flex;
  gap: 10px 25px;
  flex-wrap: wrap;
}
.single-product .my-custom-radio-class .woocommerce-input-wrapper label {
  margin: 0px !important;
  width: 90%;
}
.single-product .my-custom-radio-class .woocommerce-input-wrapper input {
  width: 4%;
  border: 2px solid #04225a;
  background: #fff;
}
.single-product button.button.alt,
.single-product .single_add_to_cart_button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 40px !important;
  float: right !important;
  border-radius: 2px;
  padding: 15px 45px !important;
  background-color: #97cd00 !important;
  color: #002f6c;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: auto !important;
}
.single-product button.button.alt:after,
.single-product .single_add_to_cart_button:after {
  content: url("/wp-content/uploads/2024/03/button-arrow-blue.svg");
  margin-left: 15px;
}
.single-product button.button.alt:hover,
.single-product .single_add_to_cart_button:hover {
  background-color: #002f6c !important;
}
.single-product button.button.alt:hover:after,
.single-product .single_add_to_cart_button:hover:after {
  content: url("/wp-content/uploads/2024/03/button-arrow-white.svg");
}
.single-product .p-tabs-container {
  display: flex;
  flex-direction: column;
}
.single-product .p-tabs-container .tabs-nav {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  padding-bottom: 15px;
  margin: 0;
  overflow-x: auto; /* Enable horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  white-space: nowrap; /* Prevent the items from wrapping */
}
.single-product .p-tabs-container .tabs-nav::-webkit-scrollbar {
  display: none; /* For Webkit browsers like Chrome, Safari */
}
@media (max-width: 1100px) {
  .single-product .p-tabs-container .tabs-nav::-webkit-scrollbar {
    display: block; /* For Webkit browsers like Chrome, Safari */
    height: 3px;
  }
  .single-product .p-tabs-container .tabs-nav::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track (background) color */
    border-radius: 10px; /* Rounded corners for the track */
  }
  .single-product .p-tabs-container .tabs-nav::-webkit-scrollbar-thumb {
    background-color: #d8d8d8; /* Thumb (handle) color */
    border-radius: 10px; /* Rounded corners for the thumb */
  }
  .single-product .p-tabs-container .tabs-nav::-webkit-scrollbar-thumb:hover {
    background-color: #d8d8d8; /* Darker thumb color on hover */
  }
}
.single-product .p-tabs-container .tab-nav-item {
  padding: 10px 0px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin-right: 5px;
  color: #002f6c;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product .p-tabs-container .tab-nav-item.active {
  border-bottom: 2px solid #97cd00;
}
.single-product .p-tabs-container .tabs-content {
  padding: 63px 23px;
  color: #707372;
  font-size: 16px;
  position: relative;
}
.single-product .p-tabs-container .tabs-content a {
  color: #04225a;
  text-decoration: underline;
}
.single-product .p-tabs-container .tabs-content:before {
  content: "";
  position: absolute;
  top: 63px;
  left: 0;
  width: 2px;
  height: 33px;
  background-color: #97cd00;
}
.single-product .p-tabs-container .tab-content {
  display: none;
}

.woocommerce-cart .woocommerce {
  position: relative;
  display: flex;
}
.woocommerce-cart .woocommerce h3 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #939393 !important;
  padding-bottom: 23px;
  margin-bottom: 40px;
}
.woocommerce-cart .woocommerce td,
.woocommerce-cart .woocommerce tr,
.woocommerce-cart .woocommerce table {
  border: none;
}
.woocommerce-cart .woocommerce .cart-items-block {
  flex: 1;
  min-width: 55%;
  padding-right: 90px;
  border-right: 1px solid #a9a9a9 !important;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form td {
  padding: none;
  border: none;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form td.product-name {
  width: 50%;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart_item:first-child {
  padding-top: 0px;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .woocommerce-cart-form__cart-item a.remove {
  color: #000 !important;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .woocommerce-cart-form__cart-item a.remove:hover {
  background: transparent !important;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form table.cart img {
  width: 175px;
  min-width: 175px;
  max-width: 100%;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart-coupon-code {
  display: flex;
  padding: 44px 0;
  border-top: 1px solid #939393 !important;
  border-bottom: 1px solid #939393 !important;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart-coupon-code td {
  border: none;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart-coupon-code td .coupon {
  display: flex;
  justify-content: space-between;
  float: unset !important;
  float: none;
  gap: 30px;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart-coupon-code td .coupon label {
  display: none;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart-coupon-code td .coupon input {
  border-radius: 2px;
  border: 2px solid #04225a;
  background: #fff;
  width: 70% !important;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart-coupon-code td button {
  width: 28%;
  border-radius: 2px;
  background: #97cd00;
  color: #002f6c;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart-coupon-code td button:hover {
  background: #002f6c;
  color: #fff;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  display: block;
  position: absolute;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  display: none;
}
.woocommerce-cart .woocommerce .product-name a {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-cart .woocommerce .cart-collaterals tbody {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .woocommerce .cart-collaterals tbody td,
.woocommerce-cart .woocommerce .cart-collaterals tbody th {
  padding: 0px;
  border: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  padding-left: 50px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .cart_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #939393 !important;
  padding: 40px 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .cart_item:first-child {
  padding-top: 0px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal {
  display: flex;
  justify-content: space-between;
  padding: 44px 0 0 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal td {
  border: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .tax-rate {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 44px 0;
  border-bottom: 1px solid #939393 !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 44px 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals {
  padding: 44px 0;
  border-bottom: 1px solid #939393 !important;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button {
  position: relative;
  border-radius: 2px;
  padding: 20px 30px;
  background: #97cd00;
  color: #002f6c;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:after {
  content: url("/wp-content/uploads/2024/01/arrow-right.svg");
  margin-left: 25px;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #002f6c !important;
  color: #fff;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:hover:after {
  content: url("/wp-content/uploads/2024/03/button-arrow-white.svg");
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button br {
  display: none;
}
.woocommerce-cart .woocommerce .wc-empty-cart-message {
  width: 100%;
}
.woocommerce-cart .woocommerce .wc-empty-cart-message .cart-empty {
  width: 100%;
  padding: 20px;
  border: none;
}
.woocommerce-cart .woocommerce .wc-empty-cart-message .cart-empty:before {
  display: none;
}
.woocommerce-cart .woocommerce .return-to-shop {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.woocommerce-cart .woocommerce .return-to-shop a {
  position: relative;
  border-radius: 2px;
  padding: 20px 30px;
  background: #97cd00;
  color: #707372;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.woocommerce-checkout label {
  color: #707372;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 25px 0 10px 0;
}
.woocommerce-checkout .woocommerce .woocommerce-info {
  border: none;
  padding: 15px 25px;
  background-color: #efefef;
}
.woocommerce-checkout .woocommerce .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login input[type=text],
.woocommerce-checkout .woocommerce .woocommerce-form-login input[type=email],
.woocommerce-checkout .woocommerce .woocommerce-form-login input[type=url],
.woocommerce-checkout .woocommerce .woocommerce-form-login input[type=password],
.woocommerce-checkout .woocommerce .woocommerce-form-login input[type=search],
.woocommerce-checkout .woocommerce .woocommerce-form-login input[type=tel],
.woocommerce-checkout .woocommerce .woocommerce-form-login input[type=number],
.woocommerce-checkout .woocommerce .woocommerce-form-login textarea,
.woocommerce-checkout .woocommerce .woocommerce-form-login select {
  border-radius: 2px;
  border: 2px solid #04225a;
  background: #fff;
  padding: 9px 15px 9px 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  position: relative;
  border-radius: 2px;
  padding: 15px 40px;
  background: #97cd00;
  color: #707372;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .woocommerce .checkout {
  display: flex;
  gap: 80px;
}
.woocommerce-checkout .woocommerce .checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .woocommerce .checkout h2 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 23px;
  border-bottom: 1px solid #939393;
}
.woocommerce-checkout .woocommerce .checkout h3 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-checkout .woocommerce .checkout input[type=text],
.woocommerce-checkout .woocommerce .checkout input[type=email],
.woocommerce-checkout .woocommerce .checkout input[type=url],
.woocommerce-checkout .woocommerce .checkout input[type=password],
.woocommerce-checkout .woocommerce .checkout input[type=search],
.woocommerce-checkout .woocommerce .checkout input[type=tel],
.woocommerce-checkout .woocommerce .checkout input[type=number],
.woocommerce-checkout .woocommerce .checkout textarea,
.woocommerce-checkout .woocommerce .checkout select {
  border-radius: 2px;
  border: 2px solid #04225a;
  background: #fff;
  padding: 9px 15px 9px 15px;
}
.woocommerce-checkout .woocommerce .checkout .select2-container--default .select2-selection--single {
  border: none !important;
}
.woocommerce-checkout .woocommerce .checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.woocommerce-checkout .woocommerce .checkout .select2 {
  border-radius: 2px;
  border: 2px solid #04225a;
  background: #fff;
  padding: 10px 10px;
}
.woocommerce-checkout .woocommerce .col2-set {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
  width: 100% !important;
  float: unset !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  border-radius: 2px;
  background: #efefef;
  padding: 30px 25px;
  border: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td {
  border: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-thumbnail img {
  max-width: 110px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-name {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #707372;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  padding: 0px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box {
  background-color: #efefef !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box:before {
  border: 1em solid #efefef !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment {
  background: #fff !important;
  padding: 30px 25px;
  border: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order button {
  position: relative;
  margin-top: 30px;
  border-radius: 2px;
  padding: 15px 45px;
  background: #97cd00;
  color: #002f6c;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order button:after {
  content: url("/wp-content/uploads/2024/01/arrow-right.svg");
  margin-left: 25px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order button:hover {
  background-color: #002f6c !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order button:hover:after {
  content: url("/wp-content/uploads/2024/03/button-arrow-white.svg");
}
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-received {
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-checkout .woocommerce .order-thankyou-message {
  max-width: 60%;
  margin: auto;
  margin-bottom: 40px;
  color: #707372;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details {
  display: flex;
  justify-content: space-between;
  border-radius: 2px;
  padding: 20px;
  background: #efefef;
}
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details li {
  border: none;
  padding: 0px;
}

@media (max-width: 1025px) {
  .elementor-widget-woocommerce-product-add-to-cart {
    position: static;
  }
}
@media (max-width: 860px) {
  .woocommerce .two-column {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
  .woocommerce .two-column p {
    width: 100%;
  }
  .single-product .my-custom-radio-class .woocommerce-input-wrapper label {
    width: 80%;
  }
  .woocommerce-cart .woocommerce {
    flex-direction: column;
  }
  .woocommerce-cart .woocommerce h3 {
    font-size: 24px;
  }
  .woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce-cart .woocommerce .cart-items-block {
    flex: 1;
    min-width: 100%;
    padding-right: 0px;
    border-right: none !important;
  }
  .woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart-coupon-code {
    border-bottom: none !important;
  }
  .woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart-coupon-code .actions {
    padding: 0px;
  }
  .woocommerce-cart .woocommerce .cart-items-block .woocommerce-cart-form .cart-coupon-code td .coupon {
    gap: 0px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding-left: 0px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .cart_item {
    gap: 20px;
    flex-direction: column;
  }
  .woocommerce-cart .woocommerce .woocommerce-shipping-destination {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    text-align: left;
  }
  .woocommerce-checkout .woocommerce h3,
  .woocommerce-checkout .woocommerce h2 {
    font-size: 24px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-NoticeGroup-checkout {
    position: relative;
    top: unset;
  }
  .woocommerce-checkout .woocommerce .checkout {
    flex-direction: column;
  }
  .woocommerce-checkout .woocommerce .checkout .cart_item {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-checkout .woocommerce .checkout .woocommerce-shipping-totals {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .order-thankyou-message {
    max-width: 80%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details {
    flex-direction: column;
    gap: 30px;
  }
}
#eus-popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.29);
  display: none;
  z-index: 9999999998;
}

.close-eus-popup {
  cursor: pointer;
}

#eus-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(17.3999996185px);
          backdrop-filter: blur(17.3999996185px);
  padding: 60px 65px;
  background: #fff;
  z-index: 9999999999;
  width: 746px;
  height: auto;
  display: none;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}
#eus-popup .eus-popup-inner .close-eus-popup-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
}
#eus-popup .eus-popup-inner .close-eus-popup-btn:before, #eus-popup .eus-popup-inner .close-eus-popup-btn:after {
  position: absolute;
  background: #29B11A;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  content: " ";
  transform: translate(-50%) rotate(45deg);
}
#eus-popup .eus-popup-inner .close-eus-popup-btn:after {
  transform: translate(-50%) rotate(-45deg);
}
#eus-popup .eus-popup-inner .eus-image img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
#eus-popup .eus-popup-inner .eus-name h3 {
  margin-top: 30px;
  color: #04225a;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#eus-popup .eus-popup-inner .eus-title h6 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#eus-popup .eus-popup-inner p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 767px) {
  #eus-popup {
    padding: 40px;
  }
}
.fullForm .gform_heading {
  display: none;
}
.fullForm .contact-form {
  font-family: "Lato", sans-serif;
}
.fullForm .contact-form .gfield_label {
  margin: 25px 0;
  font-weight: 400 !important;
  color: #707372;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.fullForm .contact-form input,
.fullForm .contact-form textarea {
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #04225a;
}
.fullForm .contact-form input[type=submit] {
  margin-left: auto;
  border-radius: 2px;
  background-color: #97cd00;
  border: none !important;
  color: #000;
  padding-right: 40px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-image: url(/wp-content/uploads/2024/01/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
}
.fullForm .contact-form input[type=submit]:hover {
  background-color: #04225a;
  color: #fff;
  background-image: url(/wp-content/uploads/2024/03/button-arrow-white.svg);
}

.document-search-bar {
  position: sticky;
  top: 0px;
  gap: 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #898989;
  background-color: #fff;
  padding: 20px 0;
}
.document-search-bar div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.document-search-bar div h3 {
  margin-bottom: 10px;
  color: #002f6c;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.document-search-bar div p {
  color: #707372;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.document-search-bar div input {
  border-radius: 2px;
  border: 2px solid #04225a;
  padding: 9px 10px 9px 15px;
  width: 400px;
  background-image: url(/wp-content/uploads/2024/05/grey-search.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  font-family: "Lato", sans-serif;
}

.tabs-wrapper {
  display: flex;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.tabs-wrapper ::-webkit-scrollbar {
  width: 5px;
  background: #f0f0f0;
}
.tabs-wrapper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f0f0f0;
  border-radius: 2px;
}
.tabs-wrapper ::-webkit-scrollbar-thumb {
  background: #002f6c;
  border-radius: 2px;
}
.tabs-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0;
}
.tabs-wrapper .tab {
  border-right: 1px solid #898989;
  max-height: 80vh;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #fff;
  width: 35%;
  padding: 20px 20px 20px 0px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.tabs-wrapper .tab ::-webkit-scrollbar {
  width: 5px;
  background: #f0f0f0;
}
.tabs-wrapper .tab ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f0f0f0;
  border-radius: 2px;
}
.tabs-wrapper .tab ::-webkit-scrollbar-thumb {
  background: #002f6c;
  border-radius: 2px;
}
.tabs-wrapper .tab ::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0;
}
.tabs-wrapper .tab button {
  width: 100%;
  background-color: inherit;
  padding: 20px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  color: #002f6c;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tabs-wrapper .tab button:hover {
  background-color: #e0ebff;
}
.tabs-wrapper .tab button.active {
  border-radius: 2px;
  background: #e0ebff;
}
.tabs-wrapper .tabs-content-block {
  width: 65%;
  padding: 40px 50px;
  max-height: 80vh;
  overflow: scroll;
  overflow-x: hidden;
}
.tabs-wrapper .tabs-content-block .tabcontent {
  height: auto;
  margin-bottom: 60px;
}
.tabs-wrapper .tabs-content-block .tabcontent h3 {
  color: #002f6c;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 42px;
}
.tabs-wrapper .tabs-content-block .tabcontent .docu-description {
  color: #707372;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  margin: 65px 0 35px 0;
}

.pdf-documents {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 40px;
}
.pdf-documents .pdf-document {
  display: flex;
  gap: 40px;
  align-items: center;
}
.pdf-documents .pdf-document img {
  width: 58px;
  min-width: 100%;
  max-width: 58px;
}
.pdf-documents .pdf-document h5 {
  margin-bottom: 8px;
  color: #0e3068;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pdf-documents .pdf-document p {
  margin-bottom: 5px;
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.pdf-documents .pdf-document .pdf-downloads {
  display: flex;
  gap: 20px;
}
.pdf-documents .pdf-document .pdf-downloads a {
  color: #707070;
  text-decoration: underline;
}

@media (max-width: 880px) {
  .docu-description {
    color: #707372;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    margin: 25px 0 35px 0;
  }
  .document-search-bar {
    position: relative;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #898989;
  }
  .document-search-bar div input {
    width: 100%;
  }
  .document-search-bar div h3 {
    color: #002f6c;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .accordian-element .accordian-title {
    position: relative;
    margin-bottom: 0px;
    padding: 20px;
    font-family: "Lato", Sans-serif;
    cursor: pointer;
    color: #002f6c;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .accordian-element .accordian-title:after {
    content: url(/wp-content/uploads/2024/05/open.svg);
    position: absolute;
    height: 20px;
    width: 20px;
    right: 25px;
  }
  .accordian-element .accordian-content {
    display: none;
  }
  .accordian-element.active > .accordian-title {
    border-radius: 2px;
    background: #e0ebff;
  }
  .accordian-element.active > .accordian-title:after {
    content: url(/wp-content/uploads/2024/05/close.svg);
    height: 20px;
    width: 20px;
    right: 25px;
  }
  .accordian-element.active > .accordian-content {
    display: inherit;
    padding: 25px 15px;
  }
  /* Styling for searching content and highlighting it */
  .accordian-wrapper.searched .accordian-element {
    display: none;
  }
  .accordian-wrapper.searched .accordian-element.active {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .accordian-element .accordian-title {
    font-size: 18px;
    padding: 20px 35px 20px 10px;
  }
  .accordian-element .accordian-title:after {
    height: 15px;
    width: 15px;
    top: 23px;
    right: 15px;
    transform: scale(0.6);
  }
  .accordian-element.active > .accordian-title {
    border-radius: 2px;
    background: #e0ebff;
  }
  .accordian-element.active > .accordian-title:after {
    height: auto;
    width: 15px;
    right: 15px;
    transform: scale(0.6);
    transform-origin: top left;
  }
  .pdf-documents {
    display: grid;
    grid-template-columns: auto;
    row-gap: 30px;
  }
  .pdf-documents .pdf-document {
    gap: 20px;
  }
}
#filter-search {
  border-radius: 8px;
  border: 2px solid #0e3068;
  background-image: url("/wp-content/uploads/2024/01/search.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 96% 50% !important;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  width: 620px;
  margin: auto;
  padding: 22px 30px;
  color: #0e3068;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.liveSearch .searched .e-loop-item {
  display: none;
}
.liveSearch .searched .e-loop-item.active {
  display: block;
}

.events-block .elementor-grid {
  display: flex;
  flex-wrap: wrap;
}
.events-block .elementor-grid .e-loop-item {
  flex: 1;
  min-width: 23%;
  max-width: 49%;
}

@media (max-width: 1024px) {
  .events-block .elementor-grid .e-loop-item {
    flex-basis: 48%;
    min-width: 48%;
  }
}
@media (max-width: 880px) {
  .events-block .elementor-grid .e-loop-item {
    flex: 0;
    flex-basis: 47%;
    min-width: 46%;
  }
}
@media (max-width: 600px) {
  .events-block .elementor-grid {
    flex-direction: column;
  }
  .events-block .elementor-grid .e-loop-item {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.epa-search-form {
  display: flex;
  gap: 20px;
}
.epa-search-form .form-group {
  width: 80%;
}
.epa-search-form .form-group input {
  width: 100%;
}
.epa-search-form button {
  width: 20%;
}
.epa-search-form button:hover {
  background-color: #002F6C;
}

.scheme-search-block {
  margin-top: -183px;
  margin-bottom: 100px;
  background-color: #04225a;
  padding: 36px 48px;
  border-radius: 5px;
}
.scheme-search-block p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  padding-bottom: 24px;
}
.scheme-search-block .scheme-form-description {
  border-bottom: 1px solid #fff;
}

.scheme-search form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
  gap: 30px;
}
.scheme-search form .form-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 40%;
}
.scheme-search form .form-group input {
  border: 1px solid #04225a;
  background-color: #fff;
  color: #707372;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 48px;
}
.scheme-search form .form-group label {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.scheme-search .dropdown-toggle,
.scheme-search input.form-control {
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #fff;
  color: #707372;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 48px;
}
.scheme-search .dropdown {
  position: relative;
}
.scheme-search .dropdown .dropdown-toggle {
  padding: 10px 20px;
  background-color: #fff;
}
.scheme-search .dropdown .dropdown-menu {
  position: absolute;
  top: 47px;
  left: -1px;
  border-radius: 0 0 2px 2px;
  border: 1px solid #04225a;
  background: #fff;
  width: calc(100% + 2px);
  padding: 20px;
  z-index: 99;
  border-top: none;
}
.scheme-search .dropdown .dropdown-menu .dropdown-option {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #6b6b6b;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.scheme-search .dropdown .dropdown-menu .dropdown-option span {
  margin-left: 27px;
}
.scheme-search .dropdown .dropdown-menu .dropdown-option input {
  height: 20px;
  width: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: 1px solid #04225a;
  border-radius: 2px;
}
.scheme-search .dropdown .dropdown-menu .dropdown-option input[type=checkbox]:checked {
  background-color: #04225a; /* Example color: green */
}
.scheme-search .scheme-search-btn {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  min-width: 160px;
  padding: 14px 15px 14px 15px;
  border-radius: 2px;
  background: #aed242;
  height: 48px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.scheme-search .scheme-search-btn img {
  margin-left: 15px;
  max-width: 14px;
}
.scheme-search .scheme-search-btn:hover {
  background-color: #fff;
  color: #04225a;
}
.scheme-search .scheme-alert {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding: 28px 0 0 0;
}
.scheme-search .scheme-alert div {
  display: flex;
  justify-content: space-between;
}
.scheme-search .scheme-alert div p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.scheme-search .scheme-alert div a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-left: auto;
}
.scheme-search .scheme-alert div a img {
  margin-left: 22px;
}

.scheme-search-results .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
.scheme-search-results .row .scheme-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2px;
  border: 2px solid #04225a;
  background: #fff;
  padding: 32px 20px;
}
.scheme-search-results .row .scheme-card h5 {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #d5d5d5;
  color: #04225a;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.scheme-search-results .row .scheme-card p {
  color: #c3c3c3;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.scheme-search-results .row .scheme-card .scheme-excerpt {
  color: #707372;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.scheme-search-results .row .scheme-card .scheme-ctas {
  display: flex;
  gap: 17px;
  margin-top: 20px;
}
.scheme-search-results .row .scheme-card .scheme-ctas .view-scheme-link {
  display: block;
  text-align: center;
  padding: 12px 27px;
  width: 100%;
  border-radius: 2px;
  border: 2px solid #04225a;
  background: #fff;
  color: #04225a;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.scheme-search-results .row .scheme-card .scheme-ctas .view-scheme-link:hover {
  background-color: #04225a;
  color: #fff;
}
.scheme-search-results .row .scheme-card .scheme-ctas .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  background: #aed242;
  text-align: center;
  padding: 12px 10px;
  color: #04225a;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.scheme-search-results .row .scheme-card .scheme-ctas .btn img {
  max-width: 12px;
  margin-left: 20px;
}
.scheme-search-results .row .scheme-card .scheme-ctas .btn:hover {
  background-color: #04225a;
  color: #fff;
}
.scheme-search-results .row .scheme-card .scheme-ctas .btn:hover img {
  filter: brightness(0) invert(1);
}

.trainers-results .row,
.providers-results .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
.trainers-results .row .trainer-block,
.providers-results .row .trainer-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2px;
  border: 2px solid #04225a;
  background: #fff;
  padding: 32px 28px;
}
.trainers-results .row .trainer-block .trainer-info h3,
.providers-results .row .trainer-block .trainer-info h3 {
  margin-bottom: 18px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 18px;
  color: #04225a;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.trainers-results .row .trainer-block .trainer-info p,
.providers-results .row .trainer-block .trainer-info p {
  color: #c3c3c3;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.trainers-results .row .trainer-block .trainer-cd,
.providers-results .row .trainer-block .trainer-cd {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trainers-results .row .trainer-block .trainer-cd a,
.providers-results .row .trainer-block .trainer-cd a {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.trainers-results .row .trainer-block .view-scheme-link,
.providers-results .row .trainer-block .view-scheme-link {
  display: block;
  margin-top: 20px;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
  border-radius: 2px;
  border: 2px solid #04225a;
  background: #fff;
  color: #04225a;
}

.single-scheme .btn {
  margin-left: auto;
  border-radius: 2px;
  background-color: #97cd00;
  border: none !important;
  color: #002F6C;
  padding: 15px 40px 15px 20px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-image: url(/wp-content/uploads/2024/03/button-arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
}
.single-scheme .btn:hover {
  background-color: #002F6C;
  color: #fff;
  background-image: url(/wp-content/uploads/2024/03/button-arrow-white.svg);
}

@media (max-width: 1270px) {
  .scheme-search-results .row {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .trainers-results .row,
  .providers-results .row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 1025px) {
  .trainers-results .row,
  .providers-results .row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 885px) {
  .scheme-search form {
    flex-direction: column;
  }
  .scheme-search form .form-group {
    width: 100%;
  }
  .scheme-search .scheme-alert div {
    flex-direction: column;
    gap: 20px;
  }
  .scheme-search-results .row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .trainers-results .row,
  .providers-results .row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .scheme-search-block {
    padding: 60px 27px;
  }
  .scheme-search-block .scheme-form-description br {
    content: "";
  }
  .scheme-search-block .scheme-form-description br:after {
    content: " ";
  }
  .scheme-search .dropdown .dropdown-menu {
    padding: 20px 0px;
  }
  .trainers-results .row,
  .providers-results .row {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 456px) {
  .scheme-search-results .row {
    gap: 40px;
  }
  .scheme-search-results .row .scheme-card .scheme-ctas {
    flex-direction: column;
  }
}
.page-template-register-search-page .grid-container {
  max-width: 100% !important;
  width: 100%;
}
.page-template-register-search-page .grid-container .banner {
  background-image: url("/wp-content/uploads/2024/06/Register-Search-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding: 150px 30px 100px 30px;
}
.page-template-register-search-page .grid-container .banner .banner-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.page-template-register-search-page .grid-container .banner .banner-inner h3 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-register-search-page .grid-container .contact-footer {
  background: rgb(250, 250, 250);
  padding: 100px 30px;
}
.page-template-register-search-page .grid-container .contact-footer .contact-footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.page-template-register-search-page .grid-container .contact-footer .contact-footer-inner p {
  padding-left: 30px;
  position: relative;
}
.page-template-register-search-page .grid-container .contact-footer .contact-footer-inner p:before {
  content: "";
  height: 30px;
  width: 2px;
  position: absolute;
  left: 0;
  background-color: #97cd00;
}
.page-template-register-search-page .grid-container .contact-footer .contact-footer-inner .contact-details {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.page-template-register-search-page .grid-container .contact-footer .contact-footer-inner .contact-details a {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #707372;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-register-search-page .grid-container .contact-footer .contact-footer-inner h2 {
  color: #002f6c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-register-search-page .grid-container .contact-footer .contact-footer-inner p {
  max-width: 50%;
  color: #707372;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.page-template-register-search-page .grid-container .contact-footer form {
  margin-top: 20px;
}
.page-template-register-search-page .grid-container .register-search-shortcode {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: -150px;
  border-radius: 5px;
  padding: 65px 50px;
  background-color: #04225a;
}
.page-template-register-search-page .grid-container .register-search-shortcode h5 {
  border-bottom: 1px solid #fff;
  margin-bottom: 33px;
  padding-bottom: 22px;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 156.25% */
}
.page-template-register-search-page .site-content {
  flex-direction: column;
}
.page-template-register-search-page .register-search-results {
  display: flex;
  gap: 58px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 100px 0px 50px 0px;
}
.page-template-register-search-page .register-search-results .register-search-result-header {
  width: 20%;
}
.page-template-register-search-page .register-search-results .register-search-result-header .inner {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 70px;
}
.page-template-register-search-page .register-search-results .register-search-result-header .inner .user-image img {
  max-width: 200px;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.page-template-register-search-page .register-search-results .register-search-result-header .inner .user-content h3 {
  margin: 10px 0 8px 0 !important;
  font-family: "Lato", sans-serif;
  color: #002f6c;
  margin-bottom: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-register-search-page .register-search-results .register-search-result-header .inner .user-content p {
  color: #707372;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.page-template-register-search-page .register-search-results .register-search-schemes {
  width: 80%;
}
.page-template-register-search-page .register-search-results .register-search-schemes .no-results {
  text-align: center;
  margin: 60px 0;
  font-size: 32px;
  font-weight: 500;
}
.page-template-register-search-page .register-search-results .register-search-schemes .registration-details .registration .details {
  display: flex;
  justify-content: space-between;
  border-radius: 2px;
  border: 2px solid #04225a;
  padding: 17px 25px;
  margin-bottom: 20px;
}
.page-template-register-search-page .register-search-results .register-search-schemes .registration-details .registration .details h5 {
  margin-bottom: 10px;
  color: #04225a;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
}
.page-template-register-search-page .register-search-results .register-search-schemes .registration-details .registration .details h6 {
  margin-bottom: 0px;
  color: #04225a;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.page-template-register-search-page .register-search-results .register-search-schemes .registration-details .registration .details .status {
  margin-bottom: 10px;
  color: #707372;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.page-template-register-search-page .register-search-results .register-search-schemes .registration-details .registration .details .status span {
  color: #97cd00;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.page-template-register-search-page .register-search-results .register-search-schemes .registration-details .registration .details .end-date {
  color: #707372;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  margin-bottom: 0px;
}

@media (max-width: 1300px) {
  .page-template-register-search-page .grid-container .register-search-shortcode {
    width: auto;
  }
  .page-template-register-search-page .register-search-results {
    padding: 50 30px 100px 30px;
    gap: 20px;
  }
}
@media (max-width: 1206px) {
  .page-template-register-search-page .grid-container .register-search-shortcode {
    width: 100%;
    max-width: 95%;
  }
  .page-template-register-search-page .register-search-results {
    gap: 80px;
    padding: 80px 30px 40px 30px;
  }
}
@media (max-width: 770px) {
  .page-template-register-search-page .grid-container .register-search-shortcode {
    width: 100%;
    max-width: 95%;
  }
  .page-template-register-search-page .register-search-results {
    flex-direction: column;
    gap: 50px;
    padding: 60px 30px 30px 30px;
  }
  .page-template-register-search-page .register-search-results .register-search-result-header {
    width: 100%;
  }
  .page-template-register-search-page .register-search-results .register-search-result-header .inner {
    flex-direction: row;
    position: relative;
    top: 0;
    gap: 30px;
    align-items: center;
  }
  .page-template-register-search-page .register-search-results .register-search-result-header .inner .user-content h3 {
    color: #002f6c;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .page-template-register-search-page .register-search-results .register-search-result-header .inner .user-content p {
    color: #707372;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
  }
  .page-template-register-search-page .register-search-results .register-search-result-header .inner .user-image img {
    height: 115px;
    width: 115px;
  }
  .page-template-register-search-page .register-search-results .register-search-schemes {
    width: 100%;
  }
  .page-template-register-search-page .register-search-results .register-search-schemes .registration-details .registration .details {
    flex-direction: column;
    gap: 15px;
    padding: 30px;
  }
}
.registration-details .registration .sub-pages {
  padding: 0;
  flex: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 159, 227, 0.16);
  display: none;
}

.registration-details .registration .sub-pages .sub-page {
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-top: 4px;
}

.registration-details .registration .sub-pages .sub-page:last-child {
  border-bottom: none;
}

.registration-details .registration .sub-pages .sub-page div {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .registration-details .registration .sub-pages .sub-page {
    display: block;
  }
  .registration-details .registration .sub-pages .sub-page div:after {
    display: none;
  }
  .registration-details .registration .sub-pages .sub-page .name {
    font-weight: 600;
    margin-bottom: 5px;
  }
}
.registration-details .registration .sub-pages .sub-page .name {
  flex: 1;
  padding-right: 20px;
}

.registration-details .registration .sub-pages .sub-page .name::after,
.registration-details .registration .sub-pages .sub-page .status::after {
  content: "";
  width: 1px;
  height: 69%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}/*# sourceMappingURL=style.css.map */