p{
  margin: 0;
}
a{
  outline: none !important;
}
body {
  margin: 0 !important;
}
.custom_bg{
  position: relative;
}
.custom_bg::after {
  content: '';
  position: absolute;
  background-image: url("../../../../uploads/2025/06/header-bg-scaled.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
  z-index: 99999;
  width: 100%;
  height: 134px;
  left: -1px;
}
.menu_item {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.menu_item_heading {
  transition: all 0.5s;
}
.menu_item_heading a, .submenu_list a{
  font-family: "Expo Arabic", Sans-serif !important;
}
.submenu_list {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none; 
  height: 0;
}
.menu_item:hover .menu_item_heading {
  opacity: 1;
  transform: translateY(-10px);
}
.menu_item:hover .submenu_list {
  opacity: 1;
  transform: translateY(-10px);
  pointer-events: auto;
  height: auto;
}
.menu_item.current_menu_item .menu_item_heading {
  opacity: 1;
  transform: translateY(-10px);
}
.menu_item.current_menu_item .submenu_list {
  opacity: 1;
  transform: translateY(-10px);
  pointer-events: auto;
  height: auto;
}
.menu_item.treatment_icon:hover .menu_item_heading {
  opacity: 1;
  transform: translateY(-10px);
}
.menu_item{
  min-height: 174px !important;
}
.submenu_list .elementor-icon-list-items .elementor-icon-list-item.active a .elementor-icon-list-text {
  color: #B88C2D !important;
}
.custom_site_header {
  position: absolute !important;
  top: 30px;
  z-index: 1 !important;
  width: 100% !important;
}
.nav_area {
  display: none;
  transition: all 0.3s ease;
}
.nav_area.active {
  display: block;
}
.menu__button {
  position: relative;
  z-index: 1111111;
  cursor: pointer;
}
.custom__form .elementor-field-group:nth-child(3) .elementor-field {
  border-left: 0 !important;
}
.custom__form .elementor-field-group input,
.custom__form  .elementor-field-group select,
.custom__form .elementor-field-group textarea{
  padding: 11px 24px !important;
  min-height: 47px !important;  
  outline: none;
}
.custom__form .elementor-field-group input::placeholder, .custom__form .elementor-field-group textarea::placeholder{
  color: #B88C2D;
  opacity: 1 !important;
}
.custom__form .elementor-field-group textarea{
  height: 90px !important;
  resize: none;
}
.custom__form .elementor-field-type-submit {
  padding: 0 0 12px 20px !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  direction: ltr;
}
.custom__form .elementor-field-type-submit #custom_submit_btn .elementor-button-content-wrapper{
  flex-direction: row !important;
}
.custom__form .elementor-field-type-submit #custom_submit_btn {
  cursor: pointer;
  min-height: unset !important;
}
.custom__form .elementor-field-type-submit #custom_submit_btn svg {
  width: 16px !important;
  height: auto;
  transform: rotate(180deg);
}
.custom__form .elementor-field-type-date.elementor-field-group input, 
.custom__form .elementor-field-type-time.elementor-field-group input,
.custom__form .elementor-field-type-select.elementor-field-group select,
.custom__form .elementor-field-type-textarea.elementor-field-group textarea{
  border-left: 0 !important;
}
.custom__form .elementor-field-group .elementor-field-textual:focus{
  box-shadow: unset !important;
}

.cta_contact .elementor-button .elementor-button-content-wrapper {
  position: relative;
  padding-right: 40px;
}
.cta_contact.call_btn_contact .elementor-button .elementor-button-content-wrapper{
  padding-right: 48px;
}
.cta_contact .elementor-button .elementor-button-icon svg{
  transform: rotate(180deg);
}
.cta_contact .elementor-button .elementor-button-content-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: -6px;
  background-image: url('../../../../uploads/2025/06/phone.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.cta_contact.whatsapp_btn .elementor-button .elementor-button-content-wrapper::before{
  background-image: url('../../../../uploads/2025/06/whatsapp.svg');
} 
.footer_navmenu .elementor-icon-list-item::after{
  height: 96px !important;
}
.footer_navmenu .elementor-icon-list-item a {
  padding: 4px 40px 0;
}
.footer_navmenu .elementor-icon-list-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.footer_navmenu .elementor-icon-list-text {
  position: relative;
  z-index: 2;
  color: #c2a258; 
  transition: color 0.3s ease;
}
.footer_navmenu .elementor-icon-list-item a{
  position: relative;
}
.footer_navmenu .elementor-icon-list-item a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #B88C2D; 
  z-index: 1;
  transition: width 0.4s ease;
}
.footer_navmenu .elementor-icon-list-item a:hover::before {
  width: 100%;
}
.footer_navmenu .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: #fff;
}

.news_slide {
  margin-right: 24px;
}
.news_img img {
  display: block;
  width: 100%;
}
.title_news {
  background: #fff;
  padding: 30px;
}
.title_news a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 35px;
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #808080;
}
.news_date p {
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #7A7A7A;
  margin: 10px 0 0 0;
}
.custom__new_section {
  padding-right: calc((100% - 1330px) / 2) !important;
}
.news_slider .slick-list {
  padding-left: 25px;
}

.specialty_slide {
  margin-right: 10px;
}
.specialty_img a img {
  width: 100%;
  display: block;
}
.specialty_title a {
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
  background: #B88C2D;
  padding: 17px 44px;
  display: block;
  width: 100%;
}
.specialty_desc {
  margin: 24px 44px 0 0;
  max-width: 523px;
}
.specialty_desc, .specialty_desc p {
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #808080;
}
.specialty_desc p{
  margin: 0;
}
.slick-custom-nav, .custom_nav{
  display: inline-flex;
  align-items: center;
  border: 1px solid #C5A257;
  border-radius: 28px;
  gap: 22px;
  padding: 11px 24px;
  margin-bottom: 40px;
}
.slick-center-text, .slick__nav_text{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #B88C2D;
}
.slick-custom-prev, .slick-custom-next, .slick_next, .slick_prev{
  background: unset;
  border: unset;
  padding: 0;
  cursor: pointer;
  transform: rotate(180deg);
}
.specialty_slider .slick-list {
  padding-left: 125px;
}
.btn_primary_bg .elementor-button-icon svg {
  transform: rotate(180deg);
}

.approach_slider {
  overflow: hidden;
  margin: 0 !important;
}
.approach_slider .slick-dots{
  bottom: 20px !important;
}
.approach_slide_wrap {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e7e1cd;
  min-height: 1200px !important;
  transition: background-position 2s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*.approach_slide.slick-active {
  background-position: right center;
}*/
.approach_slide_container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.approach_content {
  max-width: 879px;
  margin-right: auto;
  transform: translateX(100%);
  opacity: 0;
  transition: all 1s ease;
}
.approach_slide.slick-active .approach_content {
  transform: translateX(0);
  opacity: 1;
}
.approch_item_title.approach_content {
  margin-right: unset;
  margin-left: auto;
}
.approch_item_title.approach_content {
  display: none;
}
.approach_content h2 {
  font-family: 'Expo Arabic', sans-serif !important;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  color: #B88C2D;
  margin: 0;
  padding: 90px 0 50px;
}
.approach_box_desc {
  background: rgba(183, 139, 45, 0.8);
  padding: 40px;
}
.approach_box_desc p {
  font-family: 'Expo Arabic', sans-serif !important;
  font-weight: 300;
  font-size: 28px;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.approach_box_desc h3 {
  font-family: 'Expo Arabic', sans-serif !important;
  font-weight: 300;
  font-size: 36px;
  line-height: 54px;
  color: #FFFFFF;
  margin: 0;
  max-width: 715px;
}

.approach_slider .slick-dots li, .approach_slider .slick-dots li button,
.approach_slider .slick-dots li button::before{
  width: 48px !important;
  height: 7px !important;
}

.approach_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 48px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #B88C2D;
  border-radius: 15px;
}
.approach_slider .slick-dots li button::before{
  background: #B88C2D;
  opacity: 1 !important;
  color: transparent !important;
  border-radius: 15px;
}
.approach_slider .slick-dots li.slick-active button:before{
    opacity: 1 !important;
    color: transparent !important;
    background: #C6A258;
}
.clincs_box {
  min-height: 292px;
  position: relative;
}
.clincs_box::before {
  content: '';
  background-image: url('../../../../uploads/2025/07/star-icon-treatment.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.pain_managment_box::after {
  background: #fff;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  content: '';
  position: absolute;
}

.bg_section_left {
  padding-left: calc((100% - 1270px) / 2) !important;
}

.expert_row{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.expert_card {
  width: calc(33.333% - 14px);
  position: relative;
  z-index: 1;
}
.expert_title{
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #808080;
  margin: 0;
}
.expert_img {
  text-align: center;
  margin: 67px 0 40px 0;
}
.expert_img img {
  max-width: 300px !important;
  display: block;
  width: 100%;
}
.expert_info {
  margin-top: 15px;
}
.expert_job{
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #B88C2D;
  margin: 5px 0 20px 0;
}
.expert_content {
  min-height: 150px;
  margin: 0 0 50px 0;
}
.expert_content p{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  color: #808080;
}
.more_info_btn a{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-decoration-line: underline !important;
  color: #808080;
}
.expert_front {
  padding: 0px 40px 20px;
}
.expert_back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #C5A257;
  padding: 45px 36px 25px 22px;
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
  opacity: 0;
  z-index: 2;
}
.expert_card.show_back .expert_back {
  height: 100%;
  opacity: 1;
}
.expert_title.expert_title_back{
  color: #B9E3E0;
}
.expert_job.expert_job_back {
  color: #fff;
  margin: 5px 0 0 0;
}
.expert_info {
  margin-top: 40px;
}
.expert_info ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.expert_info ul li {
  margin-bottom: 70px;
}
.expert_info ul li.experience_content {
  margin-bottom: 40px;
}
.expert_info ul li.qualification_content {
  margin-bottom: 40px;
}
.expert_info ul li.languages_content {
  margin-bottom: 30px;
}
.expert_info ul li h4{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  position: relative;
  margin: 0 0 13px;
}
.expert_info ul li h4::after {
  content: '';
  position: absolute;
  right: 0;
  background: #fff;
  width: 100px;
  height: 1px;
  bottom: -5px;
}
.expert_info ul li p, .expert_info ul li{
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
}
.expert_info .qualification_content ul {
  list-style: disc;
  padding-right: 12px;
}
.expert_info .qualification_content ul li {
  margin: 0 !important;
  list-style: disc;
  font-family: 'Expo Arabic';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.book_btn {
  text-align: center;
}
.book_btn a {
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 20px;
  color: #B88C2D;
  background: #F2EAD9;
  border-radius: 30px;
  padding: 14px 18px 11px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #B88C2D;
  line-height: 1.2;
  transition: all 0.5s;
}
.book_btn a svg{
  transform: rotate(180deg);
}
.book_btn a:hover{
  background: #b88c2d;
  color: #fff;
}
.book_btn a:hover svg path {
  fill: #fff;
}
.close_back {
  position: absolute;
  top: 13px;
  left: 13px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 99;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.team_row{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 90px;
}
.team_col{
  width: calc(33.333% - 60px);
}
.team_img{
  text-align: center;
  margin-bottom: 38px;
}
.team_title{
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #808080;
  margin: 0;
}
.team_job{
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #B88C2D;
  margin: 0;
}
.hidden-expert {
  display: none;
}
.load_more_wrap {
  max-width: 721px;
  margin: 65px auto 0;
  position: relative;
  text-align: center;
}
.load_more_wrap::after {
  content: '';
  position: absolute;
  left: 0;
  background: #B88C2D;
  bottom: 15px;
  width: 100%;
  height: 2px;
}
#loadMoreExperts {
  background: #fff;
  border: none;
  padding: 0 30px;
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #B88C2D;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
#loadMoreExperts:hover {
  color: #000;
}


.treatment_heading_row{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.treatment_heading_col, .treatment_navigate{
  width: 50%;
}
.treatment_heading_col{
  position: relative;
}
.treatment_heading_col::after{
  content: '';
  position: absolute;
  background-image: url('../../../../uploads/2025/06/icon-treatment-section.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 96px;
  height: 96px;
  bottom: -51px;
  left: -48px;
}
.treatment_term_title {
  background: #C5A257;
  padding: 58px 85px;
  display: flex;
  justify-content: flex-start;
}
.treatment_term_title h2{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  text-transform: capitalize;
  color: #F2EAD9;
  text-align: right;
  margin: 0;
}
.treatment_navigate .custom_nav{
  margin: 0 !important;
}
.treatment_navigate {
  text-align: center;
}
.treatment_row{
  display: flex;
}
.treatment_col{
  width: 50%;
}
.treatment_conditions_col{
  background: #C5A257;
  padding: 85px 70px 60px 100px;
}
.treatment_info{
  display: flex;
  align-items: flex-start;
  gap: 27px;
}
.tream_title{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  text-transform: capitalize;
  color: #F2EAD9;
  margin: 0 0 5px;
}
.treatment_img img {
  width: 100%;
  display: block;
}
.heading_content p{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  color: #F2EAD9;
  margin: 0;
}
.treatment_points ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.treatment_points ul li {
  padding: 0 50px 20px 0;
}
.treatment_points ul li:last-child{
  padding-bottom: 0;
}
.treatment_points ul li .list_title {
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #F2EAD9;
  margin: 0;
  position: relative;
}
.treatment_points ul li .list_title::before{
  content: '';
  background-image: url('../../../../uploads/2025/06/icon-treatment-1.svg');
  width: 32px;
  height: 32px;
  position: absolute;
  right: -50px;
  top: 0;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.treatment_points ul li .list_desc{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: #F2EAD9;
}
.treatment_points {
  margin-top: 50px;
}
.treatment__new_section > .treatment_innder_container {
  max-width: 1464px;
  margin-right: calc((100% - 1330px) / 2);
  margin-left: auto;
  width: 100%;
  box-sizing: border-box;
}
.wpml-ls ul li.wpml-ls-current-language a.wpml-ls-link .wpml-ls-native {
  color: #8BD1CC;
  border-bottom: 1px solid #8BD1CC;
}
.wpml-ls ul li:first-child a {
  border-left: 1px solid #fff;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
  margin-top: -10px;
}
.team_img img {
  display: block;
}
/*.team_section > .team_inner_section {
  max-width: 1270px;
  margin-left: calc((100% - 1330px) / 2);
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}*/
.btn_primary_bg .elementor-button-icon svg {
  width: 25px !important;
}

.facility_row{
  display: flex;
  gap: 10px;
}
.facility_col.fc_content_col{
  width: 60%;
}
.facility_col.fc_image_col{
  width: 40%;
}
.fc_subtitle{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 32px;
  line-height: 46px;
  color: #FFFFFF;
  max-width: 525px;
  margin: 0 0 30px 0;
}
.fc_content_box{
  background: #C5A257;
  padding: 50px 40px;
  overflow: hidden;
}
.fc_title{
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  text-transform: capitalize;
  color: #161210;
  margin: 0 0 15px 0;
}
.fc_desc, .fc_desc p{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #161210;
  margin: 0;
}
.fc_desc{
  margin-bottom: 40px;
}
.fc_list ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc_list ul li{
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
  position: relative;
  padding: 0 46px 20px 0;
}
.fc_list ul li:last-child{
  padding-bottom: 0;
}
.fc_list ul li::before{
  content: '';
  background-image: url('../../../../uploads/2025/07/icon-facilty-list.svg');
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: -1px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.fc_more_info a{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-decoration-line: underline !important;
  color: #161210;
}
.fc_features_content{
  background: #fff;
  padding: 30px 35px;
  position: relative;
  right: 40px;
  margin-top: 20px;
}
.fc_features_text, .fc_features_text p{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #808080;
}
.fc_features_text p{
  margin: 0 0 35px 0;
}
.fc_features_content h2{
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  color: #8BD1CC;
  margin: 0 0 25px 0;
}
.fc_features_list ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.facility_accordian_item{
  margin-bottom: 6px;
}
.facility_accordian_item:last-child{
  margin: 0;
}
.facility_accordian_title{
  background: #B9E3E0;
  padding: 10px 22px 10px 10px;
  cursor: pointer;
}
.facility_accordian_title h3{
  font-family: 'Expo Arabic' !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #B88C2D;
  margin: 0;
  position: relative;
}
.facility_accordian_title h3::after {
  content: '';
  background-image: url('../../../../uploads/2025/07/plus.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 5px;
}
.facility_accordian_title.active h3::after{
  background-image: url('../../../../uploads/2025/07/minus.svg');
}
.facility_accordian_desc {
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  color: #808080;
  padding: 22px 22px 56px 22px;
}
.facility_navigate .slick-arrow.slick-hidden {
  display: unset;
}
.facility_navigate .custom_nav {
  margin: 0 !important;
}
.facility_navigate {
  text-align: center;
}
.facility_img img {
  display: block;
  width: 100%;
}
.fc_content {
  padding-top: 140px;
}
.facility_img {
  padding-bottom: 110px;
  margin-top: -70px;
}
.fc_more_info {
  padding: 5px 40px 0;
}
.fc_features_content, .facility_accordian_desc{
  display: none;
}
.facility_slider .slick-list{
  height: auto !important;
}
.facility_slider .slick-list {
  overflow: hidden;
}
.facility_slider .slick-slide.slick-active {
  overflow: visible;
}

.approach_slide_content_mob, .mobile_slider_nav, .treatments_nav_mob, .facility_img.mobile_only, 
.facility_navigate.mobile_only{
  display: none;
}
.menu__button_mob, .close_menu{
  cursor: pointer;
}
.nav_area_menu_navigation{
  display: none !important;
}
.nav_area_menu_navigation.active {
  display: block !important;
}

/*////////////Mobile Nav///////////*/
#mobile_menu_nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
#mobile_menu_nav > li.menu-item > a {
  font-family: 'Expo Arabic' !important;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 31px;
  color: #161210;
}
#mobile_menu_nav .sub-menu {
  margin: 0;
  padding: 0 0 0 35px;
  list-style: none;
}
#mobile_menu_nav .sub-menu li.menu-item a {
  font-family: 'Expo Arabic' !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #161210;
}
#mobile_menu_nav .sub-menu{
  display: none;
}
#mobile_menu_nav .sub-menu li.menu-item.active a{
  color: #fff;
}
#mobile_menu_nav > li.menu-item {
  padding-bottom: 5px;
}
.ccopyright_text b {
  font-size: 27px;
  position: relative;
  top: 5px;
}
.ccopyright_text strong {
  font-size: 12px;
  position: relative;
  top: -3px;
}

.floating_container .floating_area{
  position: fixed;
  top: 250px;
  right: 0px;
  background: #1a1a1a;
  padding: 20px 16px 14px 20px;
  z-index: 9999;
  display: none;
  flex-direction: column;
  align-items: center;
}
#floating_contact a {
  text-decoration: none;
  display: inline-block;
}
.floating_btn.call_floating_btn {
  border-bottom: 1.56892px solid #B88C2D;
  padding-bottom: 11px;
  margin-bottom: 15px;
}
.topbar_icon_list {
  position: relative;
  z-index: 999999;
}
.topbar_icon_list .elementor-icon-list-item:first-child a{
  text-align: left;
  direction: ltr !important;
}
.topbar_icon_list .elementor-icon-list-item:last-child .elementor-icon-list-text {
  display: none;
}
.topbar_icon_list .elementor-icon-list-item:last-child .elementor-icon-list-icon svg {
  margin: 0;
}
.topbar_icon_list .elementor-icon-list-item .elementor-icon-list-text{
  padding-left: 0 !important;
}
.topbar_icon_list.mobile_contact_list .elementor-icon-list-icon svg,
.topbar_icon_list.mobile_contact_list .elementor-icon-list-icon svg path{
  fill: #161210 !important;
}
.slider_teams .slick-list.draggable {
  padding: 0 300px 0 20px !important;
}
.slider_teams .team_img img {
  display: block;
  max-width: 300px !important;
}
.expert_arrows_mobile{
  display: none;
}
.top_header .logo_container, .header_menuicon_area .lan_switcher{
  position: relative;
  z-index: 999999 !important;
}  
.top_header .logo_container .logo_attach_img img {
  animation: fadeInOut 3s ease-in-out forwards; /* run once only */
  opacity: 0;              /* start hidden */
  animation-delay: 1s;     /* optional delay before start */
}

@keyframes fadeInOut {
  0%   { opacity: 0; }   /* invisible */
  30%  { opacity: 1; }   /* fade in */
  70%  { opacity: 1; }   /* stay visible */
  100% { opacity: 0; }   /* fade out */
}
.wpml-ls ul li a {
  font-family: "Expo Arabic", Sans-serif !important;
}
.destination_box .elementor-widget-icon {
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.clinic_dettail_content .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
  margin: 0 0px 0 10px !important;
}
.clinic_detail_bg.reverse_bg{
  transform: scaleX(-1);
}

.request_form .wpcf7-form input[type="file"] {
  display: none;
}
.custom-file-upload br {
  display: none;
}
.request_form .wpcf7-form label.custom-file-upload {
  font-family: 'Cairo';
  font-weight: 400;
  font-size: 16px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 20px;
  padding: 6px 26px 6px 58px;
  position: relative;
  width: unset;
  cursor: pointer;
  display: inline-block;
}
.request_form .wpcf7-form label.custom-file-upload::before{
  content: '';
  position: absolute;
  left: 20px;
  background-image: url('../../../../uploads/2025/08/upload-icon-cv.svg');
  background-repeat: no-repeat;
  background-size: 21px;
  width: 21px !important;
  height: 19px;
  top: 10px;
}
.request_footer_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.request_form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: -24px;
  left: 0;
}
.request_btn p::after {
  left: 20px;
}
.expert_row .slick-list {
  padding: 0;
}
.team_arrows {
  text-align: center;
}
.team_slider_nav.custom_nav {
  margin: 120px 0 0;
  background: #F2EAD9;
}

.disable_btn #custom_submit_btn[type="submit"] {
    display: none;
}
#custom_submit_btn.custom-fake-btn{
    display: inline-block;
	background-color: #61CE7000;
	color: #B88C2D;
	border-color: #B88C2D;
}
#custom_submit_btn.custom-fake-btn svg * {
  fill: #B88C2D;
}
#custom_submit_btn.custom-fake-btn:hover {
  background-color: #C5A257;
  color: #ffffff;
  border-color: #C5A257;
}
#custom_submit_btn.custom-fake-btn:hover svg * {
  fill: #ffffff;
}
#quick_appointment_form .elementor-message {
  font-size: 14px !important;
  line-height: 1.4;
}