/*
Theme Name: OceanWP Child
Theme URI: https://example.com/
Description: Child theme for WpOcean
Author: Your Name
Author URI: https://yourwebsite.com/
Template: oceanwp
Version: 1.0.0
Text Domain: wpocean-child
*/

@font-face {
  font-family: "Dubai";
  font-style: normal;
  font-weight: 300;
  /* Regular */
  src: url("/wp-content/themes/oceanwp-child/assets/fonts/dubai-webfont/Dubai-Regular.woff") format("woff");
}

@font-face {
  font-family: "Dubai";
  font-style: normal;
  font-weight: 200;
  /* Light */
  src: url("/wp-content/themes/oceanwp-child/assets/fonts/dubai-webfont/Dubai-Light.woff") format("woff");
}

@font-face {
  font-family: "Dubai";
  font-style: normal;
  font-weight: 400;
  /* Medium */
  src: url("/wp-content/themes/oceanwp-child/assets/fonts/dubai-webfont/Dubai-Medium.woff") format("woff");
}

@font-face {
  font-family: "Dubai";
  font-style: normal;
  font-weight: 600;
  /* Bold */
  src: url("/wp-content/themes/oceanwp-child/assets/fonts/dubai-webfont/Dubai-Bold.woff") format("woff");
}

body {
  font-family: "Dubai";
  font-size: 16px !important;
}

/* Import parent theme styles */
@import url("../oceanwp/style.css");

body.rtl img.flip {
  transform: scaleX(-1);
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.5s linear infinite;
}

.loaderContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / -1;
}

span.elementor-button-content-wrapper {
  align-items: center;
}

.freeTreatmentShareContainer span.elementor-button-icon {
  line-height: 0;
  height: fit-content;
}

.freeTreatmentShareContainer .elementor-button-icon svg {
  width: 1.1em;
  height: 1.1em;
}

.rtl .freeTreatmentShareContainer span.elementor-button-content-wrapper {
  justify-content: center;
  align-items: center;
  flex-direction: row !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.current-menu-item a {
  color: rgb(19, 175, 240) !important;
}

footer#colophon {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 0;
}

span.menu-image-title-after.menu-image-title {
  padding: 0;
}

footer#colophon a.hfe-menu-item {
  color: #fff;
  gap: 10px;
}

.faq_button_container {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.outlineButton {
  background: #fff0 !important;
  border: 1px solid #4bb098 !important;
  border-radius: 5px !important;
  color: #007b8a;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 35px;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.outlineButton.active {
  border: 1px solid #007b8a !important;
  background: #007b8a !important;
  color: #fff;
}

.outlineButton.customFilterButton.active img {
  filter: saturate(15) brightness(4) drop-shadow(0 0 0 #fff);
}

footer#colophon li#menu-item-29 a.hfe-menu-item,
footer#colophon li#menu-item-28 a.hfe-menu-item {
  padding: 10px;
}

footer#colophon h4.elementor-heading-title.elementor-size-default {
  color: #fff;
  font-size: 16px;
}

footer#colophon .elementor-14 .elementor-element.elementor-element-f90db96>.elementor-widget-container p {
  margin: 20px 0 0;
}

footer#colophon .elementor-element.e-con-full.e-flex.e-con.e-child {
  justify-content: center;
}

.footer_site_description {
  border-top: 1px solid #26584c;
}

p.verticalLine {
  width: 1px;
  background: #027b8a;
  padding: 1px;
  min-height: 37px;
  height: 100%;
  margin-top: -15px;
  margin-bottom: 5px;
}

.elementor-image-box-content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* min-height: 100%; */
  text-align: left;
}

.rtl .elementor-image-box-content {
  text-align: right;
}

figure.elementor-image-box-img {
  width: 60% !important;
}

h3.elementor-image-box-title {
  padding-top: 6vw;
  margin: 0 0 10px;
}

/* .elementor-image-box-content p:last-child {
  display: none;
} */

.owl-stage {
  display: flex;
}

.owl-item>div {
  height: 100%;
}

.facility-card {
  position: relative;
  border: 1px solid #007b8a;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  border-radius: 10px;
  margin: 5px 0;
  overflow: hidden;
  transition: color 0.25s cubic-bezier(0.25, 1, 0.3, 1);
  height: 100%;
}

.facility-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0c8690, #4bb098);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.3, 1);
  z-index: -1;
}

.facility-card:hover {
  color: #fff;
}

.facility-card:hover:after {
  opacity: 1;
  z-index: 1;
}

.facility-card>div {
  z-index: 2;
}

.swiper-slide {
  max-width: 290px;
  margin: auto;
}

.facility-card .facility-desc {
  font-size: 13px;
  padding: 0 10px;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 19px;
  text-transform: uppercase;
  min-height: 60px;
}

.facility-card .facility-desc p {
  margin-bottom: 0;
}

.facility-logo {
  border-bottom: 1px solid #007b8a;
  width: 100%;
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}

.facility-logo img {
  max-width: 100%;
  max-height: 100%;
  height: 200px;
  width: 100%;
  object-fit: cover;
  padding: 0;
}

.home .facility-logo img,
.home .facility-logo {
  height: 152px;
}

.facility-card:hover h3.facility-title,
.facility-card:hover .facility-price {
  color: #fff !important;
  z-index: 9;
}
.facility-card:hover h3.facility-title,
.facility-card:hover .facility-price svg.currency {
  fill: #fff !important;
}

h3.facility-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.3, 1);
  min-height: 19px;
}

h3.facility-title:after {
  content: "";
  display: block;
  width: 100px;
  padding: 0.5px;
  background: #007b8a;
  margin: auto;
  margin-top: 1px;
}

img.attachment-thumbnail.size-thumbnail.wp-post-image {
  object-fit: contain;
}

.facility-price {
  font-size: 30px;
  font-weight: 600;
  color: #007b8a;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.3, 1);
  margin-top: auto;
}
.facility-price svg.currency{
  width: 22px;
  fill: #007b8a;
  margin-top: -5px;
  margin-right: 3px;
}

.slider-controls {
  margin-top: 50px;
}

.rtl .slider-controls {
  display: flex;
  gap: 5px;
  justify-content: end;
  flex-direction: row-reverse;
}

.slider-controls button {
  background: #fff0 !important;
  border: 1px solid #4bb098 !important;
  border-radius: 5px !important;
}

.slider-controls button.prev-slide {
  margin-right: 5px;
}

button.view-all-button {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff0 !important;
  border: 1px solid #007b8a !important;
  border-radius: 5px !important;
  color: #007b8a;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 35px;
}

button.facility-button,
a.facility-button {
  border: 1px solid #007b8a !important;
  border-radius: 5px !important;
  background: #007b8a;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 35px;
  margin-bottom: 15px;
  margin-top: 10px;
  z-index: 2;
}

.weatherSectionButton {
  margin-top: 20px !important;
}

.bigButton a,
.bigButtonHeading h1 {
  background: linear-gradient(45deg, #0a8590, #4db298);
  font-size: 28px;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 12px 24px;
  color: #fff !important;
  width: fit-content;
}

.gallery h3 {
  font-size: 30px !important;
  font-weight: 700;
  padding-left: 10px;
}

@keyframes fadeInFromBottom {
  from {
    opacity: 0.8;
    transform: translate(-50%, 100px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}

.facility-popup-content-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  animation: fadeInFromBottom 0.4s ease-out;
  overflow: auto;
  padding: 40px 0;
}

.facility-popup-content {
  position: relative;
  max-width: 1220px;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px #0000004d;
  transition: all 0.5s ease-in-out;
  margin: auto;
  z-index: 9999;
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #007b8a;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 200;
  box-shadow: -1px 1px 5px 0 #b1a8aa;
  line-height: 35px;
  border-radius: 5px;
}

.rtl .close-popup {
  left: 20px;
  right: unset;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000080;
  z-index: 999;
}

.customBlogCard {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}

.customBlogImageContainer {
  width: 50%;
}

.customBlogImageContainer img {
  width: 100%;
}

.customBlogContent {
  width: 50%;
}

.customBlogContent h2 {
  font-size: 28px;
  line-height: 30px;
  color: #007b8a;
}

.blogButtonConatiner {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 0;
}

span#dealVisitFacility {
  width: 100%;
  display: none;
}

span#dealVisitFacility:has(a) {
  display: contents;
}

.blogButtonConatiner button,
.blogButtonConatiner a.btnGrp {
  border: 1px solid #007b8a !important;
  border-radius: 5px !important;
  background: #007b8a;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 35px;
}

.customAccordian {
  position: relative;
  margin-top: 5px;
  border-bottom: 1px solid #4bb098;
}

.customAccordian .accordianSummary::after {
  content: "";
  position: absolute;
  right: 0;
  font-size: 30px;
  font-family: ui-monospace;
  top: 8px;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  background-image: url(/wp-content/uploads/2025/02/arrowHeadDown.png);
  background-size: contain;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

body.rtl .customAccordian .accordianSummary::after {
  right: auto;
  left: 0px;
}

.customAccordian.active .accordianSummary::after {
  transform: rotate(180deg);
}

.accordianSummary {
  color: #007b8a;
  padding: 10px 1px;
  cursor: pointer;
}

.accordianDetailContainer {
  max-height: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.accordianDetail {
  padding: 10px 0;
  border-top: none;
}

.customAccordian.active .accordianDetailContainer {
  max-height: 500px;
}

.weatherSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#0009, #0009),
    url(/wp-content/uploads/2025/02/shutterstock_2300524269.png);
  background-color: #00000036;
  background-size: cover;
  border-radius: 20px;
  min-height: 300px;
  color: #fff;
  padding: 50px 0;
}

.weatherSection h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 0;
}

.weatherInfoSection {
  display: flex;
  align-items: center;
  gap: 10px;
}

img.weatherImage {
  width: 85px;
}

.weatherInfo h2 {
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  color: #4bb098;
}

.dayStatus {
  font-size: 16px;
}

.unitInfo {
  font-size: 12px;
}

.themeText {
  color: #4bb098;
}

.unitInfo span {
  margin: 0 5px;
}

.weatherInfo {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.weatherinfoDayWise {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  margin-top: 10px;
  border-top: 1px solid #007b8a;
  border-bottom: 1px solid #007b8a;
  flex-wrap: wrap;
}

.dayWiseInfoCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dayWiseInfoCard b {
  font-size: 18px;
}

.elementor-widget-image-carousel .swiper .swiper-slide figure {
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.post-type-archive-deals_offer .swiper-container {
  overflow: visible !important;
}

.quick-contact {
  overflow: hidden;
  transition: 0.3s ease-in-out;
  margin: 0 -20px;
}

div.healthTourismParagraph p {
  font-size: 16px !important;
}

.HealthTourishTitle h3,
.HealthTourishTitle h1 {
  font-size: 46px;
  font-weight: 400;
}

.HealthTourishTitle h3 span,
.HealthTourishTitle h1 span {
  color: #007b8a;
}

.healthTourismDescription p {
  font-size: 16px !important;
}

.DXHMembers a {
  border: 1px solid #007b8a !important;
  border-radius: 5px !important;
  background: #007b8a;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 35px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.winFreeTreatmentTitle h3,
.winFreeTreatmentTitle h1 {
  font-size: 40px !important;
  font-weight: 400;
}

.winFreeTreatmentTitle h3 span,
.winFreeTreatmentTitle h1 span {
  color: #007b8a;
}

.winFreeTreatmentParagraph p {
  font-size: 16px !important;
}

.winFreeTreatmentParagraph h2 {
  font-size: 22px !important;
  margin-bottom: 10px !important;
  font-weight: 600;
}

.freeTreatmentShareContainer a {
  border: 1px solid #007b8a !important;
  border-radius: 5px !important;
  background: #007b8a;
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 35px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.slide>img,
.elementor-widget-container>img {
  width: 100%;
}

.owl-stage-outer {
  overflow: hidden;
  padding-bottom: 5px;
}

.top-picks-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.top-pick-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.top-pick-title {
  font-size: 26px;
  line-height: 28px;
}

.top-pick-full-text>div>div {
  margin-bottom: 10px;
}

.top-pick-full-text>div>div>strong {
  color: #000;
}

button.show-more-btn {
  background: transparent;
  padding: 0;
  color: #007b8a;
  font-weight: 600;
  font-size: 16px;
}

.owl-prev img,
.owl-next img {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  cursor: pointer;
  left: 0;
}

.owl-next img {
  right: 0;
  left: auto;
}

.top-picks-slider.owl-carousel.owl-loaded.owl-drag {
  padding: 0 50px;
}

.facility-card div,
.facility-card h3 {
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.facility-logo {
  padding: 0 !important;
}

.dealsOfferFilterContainer {
  max-width: fit-content;
  background: linear-gradient(0deg, #4aaf98, #108991);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 22px;
  top: -6px;
  background: #007b8a;
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 3px #007b8a63;
  border: none;
}

.filter-card-heading {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
}

div.ui-widget.ui-widget-content {
  background: #4bb098;
  height: 4px;
  margin-top: 25px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #007b8a;
}

.filter-card {
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 15px;
  width: 270px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 4px 0 #00000030;
}

.deals_filter_button {
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 15px;
  width: 270px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 4px 0 #00000030;
  text-transform: capitalize;
}

.deals_filter_button.active {
  background: linear-gradient(0deg, #37655b, #076c73);
  color: #fff;
}

#slider-range {
  margin: 20px 10px;
}

.values-container {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  text-align: center;
}

.value-box {
  background-color: #007272;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
}
.value-box svg.currency {
  fill: #fff;
  width: 10px;
  margin-right: 3px;
}

.owl-nav.disabled {
  display: none;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-cover {
  max-width: 1220px;
  margin: auto;
  padding: 0 10px;
}

.slider-text {
  position: absolute;
  top: 50%;
  font-size: 30px;
  line-height: 45px;
  max-width: 400px;
  transform: translate(0px, -50%);
  text-transform: uppercase;
  font-weight: 600;
  color: #007b8a;
}

.languageInput,
.languageInputEng {
  position: absolute;
  top: -15px;
  background: transparent !important;
}

.languageInputEng {
  top: -12px;
}

.languageInput a,
.languageInputEng a {
  background: transparent !important;
  color: #007b8a !important;
  padding: 0;
  font-size: 22px;
}

.languageInputEng a,
.languageInputEngNew a {
  font-size: 16px;
}

.languageInput a:focus,
.languageInputEng a:focus {
  outline: none !important;
}

.languageInputnew .elementor-button-link {
  background: #f5f5f5;
  color: #000;
  border-radius: 25px;
  /* margin-right: 55px; */
}

.languageInputEngNew .elementor-button-link {
  background: #f5f5f5;
  color: #000;
  border-radius: 25px;
}

.languageInputnew a:focus,
.languageInputEngNew a:focus {
  outline: none !important;
}

a.hfe-menu-item:focus {
  outline: none !important;
}

.top-pick-thumbnail {
  width: 40%;
}

.top-pick-content-container {
  width: 60%;
}

.top-pick-thumbnail img {
  width: 100%;
}

.customContactForm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #4bb0981a;
  padding: 50px;
  border-radius: 10px;
  max-width: 700px;
  margin: auto;
}

.customFormPhone .selected-flag div.iti-flag {
  display: none !important;
}

.customFormPhoneLabel {
  display: none;
  display: block;
  width: 100%;
}

div.selected-dial-code {
  padding: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.customFormSubmitButton {
  margin-top: 10px !important;
  width: 100%;
  border-radius: 10px;
  background: #0a8590;
  /* max-width: 420px; */
}

.selected-flag {
  background: #fff !important;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #ccc !important;
}

ul.country-list {
  color: #000;
}

.selected-dial-code {
  color: #000;
}

.customWinForm {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customFormFlex {
  display: flex;
  width: 100%;
  align-items: flex-end;
  gap: 15px;
  margin: 0;
}

.customFormFlex p,
.customFormFlex div {
  width: 100%;
}

.customWinForm .customFormFlex:nth-child(2)>div>p {
  margin-bottom: 0px;
}

.customFormPhone p {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0 !important;
  justify-content: flex-start;
}

.customFormPhone p br {
  display: none;
}

.customFormPhone p select {
  width: 60px;
  padding: 0;
  padding-left: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}

.customFormPhone p>span {
  width: fit-content;
}

.customFormPhone p span:has(input) {
  width: 100%;
}

.customFormPhone input {
  border-radius: 10px !important;
  background: #fff !important;
}

.customFormCheckbox {
  display: flex;
  align-items: center;
  width: 100%;
}

.customFormCheckbox input {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: relative;
  background: #fff;
  border: 1px solid #000;
}

.customFormCheckbox input[type="checkbox"]:checked:before {
  content: "";
  margin-bottom: -1px;
  color: #13aff0;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customWinForm p {
  width: 100%;
}

.customWinForm p:has(.customFormSubmitButton) {
  text-align: center;
}

.customWinForm .wpcf7-spinner {
  display: none;
}

.customFormCheckbox>span {
  margin: 0;
  margin-right: 20px;
}

span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

label.customFormLabel,
.customFormCheckbox label {
  font-weight: 500;
}

span.customFormDescription {
  margin-top: 5px !important;
  display: block;
  font-size: 12px;
  line-height: 18px;
}

input.customFormInput,
select.customFormInput,
textarea.customFormInput,
input.customFormLabel,
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.customFormInput,
input.wpcf7-form-control.wpcf7-text.customFormInput,
.customFormPhone input {
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  background: #fff;
}

input.wpcf7-phonetext {
  border-radius: 5px !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
  display: none;
}

.wpcf7-response-output {
  color: #fff;
}

span.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input,
span.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) select,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2:has(.wpcf7-not-valid-tip) input {
  outline: 2px solid red !important;
}

.wpcf7 form .wpcf7-response-output {
  color: green;
}

.winFreeTreatmentForm .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffb900;
}

.post-type-archive.post-type-archive-deals_offer main {
  background-color: #E2FBFF;
}

.win-free h3 {
  margin-bottom: 0px;
}

.win-free ol>li {
  margin-bottom: 20px;
}

.win-free ol>li>ul {
  list-style-type: disc;
}

.rtl .win-free ol>li>ul {
  margin-right: 25px;
}

.deals_offer_carousel .owl-nav{
  display: none;
}

.facility-price, #price-max, #price-min{
  direction: ltr;
}
@media (max-width: 1024px) and (min-width: 1022px) {
  nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    background: transparent;
  }

  ul#menu-1-10b4a1f {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 90%;
    margin: 26px auto;
    padding: 20px 0;
    background: #fff;
    justify-content: center !important;
    gap: 40px;
  }

  ul#menu-1-10b4a1f .menu-item {
    border-bottom: none;
    width: fit-content;
    font-weight: 600;
  }

  ul#menu-1-10b4a1f .menu-item:hover a {
    color: #007b8a !important;
  }
}

@media (max-width: 1023px) {
  .top-pick-item {
    gap: 30px;
    flex-direction: column;
    position: relative;
  }

  nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    width: 200px !important;
    left: auto !important;
    right: 0px !important;
    border-radius: 10px;
  }

  .menu-item {
    border: none !important;
  }

  div#deals-offer-container {
    margin-top: 30px;
  }

  ul#menu-1-10b4a1f {
    width: 200px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .customBlogCard {
    flex-direction: column;
  }

  .customBlogImageContainer,
  .customBlogContent {
    width: 100%;
  }

  .blogButtonConatiner {
    gap: 10px;
  }

  .quick-contact {
    margin: 0 -20px;
  }

  .customContactForm {
    padding: 30px;
  }

  .customBlogContent h2 {
    font-size: 22px;
  }

  .blogButtonConatiner button,
  .blogButtonConatiner a.btnGrp {
    padding: 5px 20px;
    width: 100%;
  }

  .facility-popup-content-container {
    padding: 40px 10px;
  }

  .facility-popup-content {
    padding: 20px;
    padding-top: 40px;
  }

  .customFormFlex {
    gap: 0;
    flex-direction: column;
  }

  .customContactForm p {
    margin-bottom: 10px;
  }

  .customFormPhone p {
    gap: 0 !important;
    justify-content: flex-start;
  }

  .customFormPhone p br {
    display: none;
  }

  .customFormPhoneLabel {
    width: 100%;
  }

  input.customFormInput,
  select.customFormInput,
  textarea.customFormInput,
  input.customFormLabel,
  input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.customFormInput,
  input.wpcf7-form-control.wpcf7-text.customFormInput,
  .customFormPhone input {
    border-radius: 5px;
  }

  input.wpcf7-phonetext {
    border-radius: 5px !important;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner.customFormSubmitButton {
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
  }

  .top-pick-thumbnail {
    width: 100%;
  }

  .top-pick-content-container {
    width: 100%;
  }

  p.elementor-image-box-description {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 768px) {
  .elementor-image-box-wrapper {
    align-items: normal !important;
  }
}

.hidden-on-desktop {
  display: none;
}

@media (max-width: 768px) {

  html,
  body,
  div,
  p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
  }

  label.customFormLabel,
  .customFormCheckbox label {
    font-weight: 200 !important;
  }

  .customFormCheckbox label,
  .customFormCheckbox>span {
    display: block !important;
    width: 100%;
    margin: 0px;
  }

  .customWinForm p {
    margin-bottom: 15px;
  }

  .elementor-661 .elementor-element.elementor-element-4e3c0c8 .elementor-heading-title {
    font-size: 20px;
    font-weight: 300;
  }

  .winFreeTreatmentTitle h3,
  .winFreeTreatmentTitle h1 {
    font-size: 24px !important;
  }

  .hidden-on-mobile {
    display: none;
  }

  .hidden-on-desktop {
    display: block;
  }

  .slider-controls {
    padding-left: 10px;
  }

  button.view-all-button {
    right: 10px;
  }

  .top-pick-item {
    gap: 15px;
  }

  .blogButtonConatiner button,
  .blogButtonConatiner a.btnGrp {
    padding: 5px;
    font-size: 11px;
  }

  .facility-popup-content div,
  .facility-popup-content p {
    font-size: 12px !important;
  }

  .slider-text {
    font-size: 20px;
    max-width: 260px;
    line-height: 25px;
  }

  body.post-type-archive-deals_offer .swiper-container {
    margin: 50px auto !important;
  }

  .dealsOfferButton {
    width: 100% !important;
    font-size: 16px !important;
    padding: 10px 24px !important;
    border-radius: 5px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
  }

  .customFormFlex {
    flex-direction: column;
  }

  .e-con-inner {
    justify-content: space-between !important;
  }

  .elementor-element.elementor-element-baa584f.e-con-full.e-flex.e-con.e-child {
    max-width: fit-content;
  }

  .elementor-element.elementor-element-b8ee19a.e-con-full.e-flex.e-con.e-child {
    max-width: fit-content;
    margin-left: auto;
  }

  .elementor-element.elementor-element-c28c39b.e-con-full.e-flex.e-con.e-child {
    max-width: fit-content;
  }

  .top-picks-list {
    gap: 60px;
  }

  .weatherSection {
    padding: 0;
    min-height: 271px;
  }

  .weatherSection h2 {
    font-size: 16px;
  }

  .weatherInfo h2 {
    font-size: 35px !important;
  }

  .weatherInfo {
    gap: 5px;
  }

  .dayStatus {
    font-size: 16px;
  }

  .dayWiseInfoCard b,
  .dayWiseInfoCard span,
  .unitInfo {
    font-size: 10px !important;
  }

  .elementor-128 .elementor-element.elementor-element-423628e {
    min-width: 66px !important;
    min-height: 95px !important;
    margin-right: 10px !important;
  }

  .bannerHeading h2.elementor-heading-title {
    font-size: 12px !important;
  }

  .healthCheckupBanner {
    padding: 15px 10px;
  }

  .bannerPrice h2.elementor-heading-title {
    font-size: 26px !important;
  }

  .elementor-53 .elementor-element.elementor-element-e823386 .elementor-button {
    transform: scale(0.6);
    transform-origin: left;
  }

  .elementor-element.elementor-element-4914be5.e-con-full.e-flex.e-con.e-child,
  .elementor-element.elementor-element-ddb73ca.e-con-full.e-flex.e-con.e-child {
    padding: 0;
    gap: 5px;
  }

  .bigButton a,
  .bigButtonHeading h1 {
    width: 100%;
    font-size: 16px;
    padding: 10px 24px;
    border-radius: 5px;
    text-align: center;
  }

  p.verticalLine {
    min-height: 26px;
    padding: 0;
  }

  .aboutCard .elementor-image-box-img {
    width: 40%;
  }

  .faq_button_container {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .outlineButton {
    font-size: 10px;
    padding: 5px 10px;
  }

  footer#colophon a.hfe-menu-item {
    font-size: 12px;
    gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  footer#colophon ul#menu-1-ef37af5 {
    justify-content: right;
  }

  .rtl footer#colophon ul#menu-1-ef37af5 {
    justify-content: left;
  }

  .rtl footer#colophon .hfe-nav-menu {
    gap: 10px;
  }

  .rtl footer#colophon ul#menu-1-ef37af5 .hfe-menu-item {
    padding: 0px;
  }

  .rtl footer#colophon p {
    text-align: right;
  }

  footer .e-con-inner div:nth-child(3) {
    width: 35%;
  }

  footer .e-con-inner div:nth-child(2) {
    width: 60%;
  }

  footer#colophon li#menu-item-28 a.hfe-menu-item,
  footer#colophon li#menu-item-29 a.hfe-menu-item {
    padding: 2px;
    text-align: right;
  }

  span.menu-image-title-after.menu-image-title {
    font-size: 12px !important;
  }

  footer#colophon p {
    font-size: 12px !important;
  }

  .weatherinfoDayWise {
    flex-wrap: wrap;
    gap: 10px;
  }

  div.healthTourismParagraph p,
  .healthTourismDescription p,
  .winFreeTreatmentParagraph p {
    font-size: 14px !important;
  }

  .freeTreatmentShareContainer a {
    padding: 5px !important;
    font-size: 10px !important;
  }

  .top-pick-thumbnail img {
    border-radius: 5px !important;
  }
}

@media (max-width: 767px) {
  .aboutCard .elementor-image-box-content {
    width: 60%;
  }

  .aboutCard .elementor-image-box-wrapper {
    display: flex;
    gap: 10px;
  }

  h3.elementor-image-box-title {
    padding-top: 16vw;
    margin: 0 0 10px;
  }

  p.elementor-image-box-description {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .gallery h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
    .dealsOfferFilter {
   		display:flex!important;
    }
}
@media (max-width: 600px) {
  p.elementor-image-box-description {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (max-width: 400px) {
  p.elementor-image-box-description {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

@media (max-width: 960px) {
  .owl-nav {
    display: none;
  }

  .swiper-slide {
    margin: auto;
  }
}