/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
  font-family: "futuracondensed_bold";
  src: url("fonts/futura_condensed_bold-webfont.eot");
  src: url("fonts/futura_condensed_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/futura_condensed_bold-webfont.woff2") format("woff2"),
    url("fonts/futura_condensed_bold-webfont.woff") format("woff"),
    url("fonts/futura_condensed_bold-webfont.ttf") format("truetype"),
    url("fonts/futura_condensed_bold-webfont.svg#futuracondensed_bold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden !important;
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

h1 {
  font-family: "futuracondensed_bold" !important;
}

.elementskit-navbar-nav > li.current-menu-item > a {
  font-weight: 800 !important;
}

.elementskit-navbar-nav > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  background-color: #ffffff;
  margin: 0 auto;
  transition: width 0.3s ease;
}

.elementskit-navbar-nav > li.current-menu-item > a::before,
.elementskit-navbar-nav > li > a:hover:before {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  background-color: #ffffff;
}

.menu-header .elementskit-submenu-panel{
  overflow: hidden;
}

.hero-title h1 span {
  color: #8deeff;
}

p:last-child {
  margin-bottom: 0 !important;
}

/* Prevent Elementor conflicts */
.menu-section-fix {
  position: relative !important;
  width: 100vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 12px 0;
  overflow-x: hidden;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Swiper layout */
.myMenuSwiper {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* Force Swiper flow */
.myMenuSwiper .swiper-wrapper {
  display: flex;
  transition: none !important;
  will-change: transform;
}

/* Slide styles */
.myMenuSwiper .swiper-slide {
  flex-shrink: 0;
  width: auto;
  padding: 10px 33px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  transition: color 0.3s ease;
  cursor: pointer;
}

.myMenuSwiper .swiper-slide a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.myMenuSwiper .swiper-slide a:hover,
.myMenuSwiper .swiper-slide a:focus {
  color: #ffffff;
}

.service-hm-section {
  z-index: 1;
}

.service-hm-section::before {
  content: "";
  width: 530px;
  height: 567px;
  position: absolute;
  left: 0;
  top: 800px;
  z-index: -1;
  background-image: url(images/serrvice-before.webp);
  background-repeat: no-repeat;
  background-position: top left;
}

.service-about-section::before {
  display: none;
}

.service-hm-section::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 800px;
  z-index: -1;
  background-image: url(images/servoce-bg-hm.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.myMenuSwiper.swiper-horizontal {
  border-bottom: 1px solid #3a6e69;
  padding-bottom: 14px;
}

.service-img a {
  position: relative;
}

.service-img a::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(images/triangle-service-before.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}

.img-back-col {
  left: 110px;
}

.expert-section {
  z-index: 1;
}
.expert-section::before {
  content: "";
  width: 63%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background-image: url(images/expert-before.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}

.expert-img .elementor-widget-container {
  position: relative;
}
.expert-img .elementor-widget-container::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background-image: url(images/expert-img-before.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
}

h2 {
  font-size: 56px;
}

.custom-40 h2 {
  font-size: 40px;
}

.impact-img a {
  display: block !important;
}

.btn-menu .ekit-menu-nav-link {
  border: 1px solid #ffffff !important;
  border-radius: 6px !important;
  padding: 13px 22px !important;
  line-height: 1;
  font-weight: 600 !important;
}

.btn-menu .ekit-menu-nav-link:hover {
  background-color: #ffffff !important;
  color: #02509b !important;
}

.elementskit-navbar-nav > li.btn-menu > a:before {
  display: none !important;
}

.footer-btm::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 82%;
  background-color: #0f1312;
  height: 1px;
}

.benifit-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  background-image: url(images/benifit-before.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  height: 510px;
}

.benifit-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  background-image: url(images/benifit-after.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
  height: 1200px;
}

.health-game-img img {
  display: block;
  height: 740px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.health-game-img .elementor-widget-container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url(images/clinical-exams-before.webp);
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 100%;
}

.reach-img img {
  display: block;
  height: 650px;
  width: 100%;
  object-fit: cover;
}

.reach-img .elementor-widget-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url(images/connect-shadow-top.webp);
  background-repeat: repeat-x;
  background-position: top left;
  height: 100%;
}

.ready-blue::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 146px;
  background-image: url(images/elevate-before.webp);
  background-repeat: repeat-x;
  background-position: top right;
  background-size: 100%;
  height: 160px;
}

body.home .footer-top {
  margin-top: -295px;
}

/****about start******/

a[aria-expanded="true"] .ekit-accordion-title {
  font-weight: 600;
}

.elementskit-accordion .elementskit-card:last-of-type {
  border: none !important;
}

body.page-id-493 .footer-top {
  margin-top: -190px;
}

.about-hero-section .elementor-widget-heading,
.about-hero-section .hero-title {
  z-index: 2 !important;
  position: relative !important;
}

/****about end******/

/****Services start******/

.nation-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  width: 860px;
  background-image: url(images/nation-before.webp);
  background-repeat: repeat-x;
  background-position: top right;
  background-size: 100%;
  height: 800px;
}

.nation-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 800px;
  background-image: url(images/nation-bottom.webp);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 100%;
}

.clinical-col::before {
  content: "";
  position: absolute;
  top: 120px;
  left: -31%;
  width: 230px;
  height: 205px;
  background-image: url(images/clinical-before.webp);
  background-repeat: no-repeat;
  background-position: top left;
}

.clinical-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background-image: url(images/clinical-img-before.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.clinical-icon .elementor-image-box-img {
  min-height: 70px;
}

.on-site-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background-image: url(images/onsite-img-before.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.nationwide-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background-image: url(images/nation-img-before.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.telehealth-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background-image: url(images/telehealth-img-before.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.training-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background-image: url(https://preview.zerozone.com/5167/business-health-partners/site/wp-content/uploads/2025/08/training-img-before.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.training-section::before {
  display: none;
}

body.page-id-687 .footer-top .e-con-inner {
  padding-top: 170px !important;
}

/****Services end******/

/****network start******/
.network-img:after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 160px;
  height: 160px;
  background-image: url(images/white-before.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

body.page-id-965 .footer-top {
  margin-top: -190px;
}

.connect-section::before {
  height: 1060px;
}
@media screen and (min-device-width: 780px) and (max-device-width: 880px) {
  .connect-section::before {
    height: 980px;
  }
}

.forminator-input,
.forminator-textarea {
  border-color: #bdbdbd !important;
  padding: 10px 16px !important;
  font-size: 18px !important;
  color: #000000 !important;
  border-radius: 6px !important;
  font-family: "Archivo", Sans-serif !important;
}

.forminator-input::placeholder,
.forminator-textarea::placeholder {
  color: #9e9e9e !important;
  opacity: 1; /* Ensure color is not faded */
}

/* For older browser compatibility */
.forminator-input::-webkit-input-placeholder,
.forminator-textarea::-webkit-input-placeholder {
  color: #9e9e9e !important;
}
.forminator-input:-moz-placeholder,
.forminator-textarea:-moz-placeholder {
  color: #9e9e9e !important;
}
.forminator-input::-moz-placeholder,
.forminator-textarea::-moz-placeholder {
  color: #9e9e9e !important;
}
.forminator-input:-ms-input-placeholder,
.forminator-textarea:-ms-input-placeholder {
  color: #9e9e9e !important;
}

.forminator-button {
  box-shadow: none;
  background-color: #02509b !important;
  color: #ffffff !important;
  padding: 19px 25px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  border-radius: 6px !important;
  line-height: 1em !important;
  font-family: "Archivo", Sans-serif !important;
  box-shadow: none !important;
}

.forminator-button:hover {
  background-color: #3a6e69 !important;
}

.network-img {
  z-index: 9 !important;
}

/****network end******/

/****contact start******/
body.page-id-1192 .footer-top {
  display: none;
}

.contact-section::before {
  background-size: cover !important;
  height: 1070px;
}

/****contact end******/

/****404 start******/

body.error404 .header-section {
  background-color: #090909;
}

body.error404 main#content {
  margin-top: 235px;
  text-align: center;
  margin-bottom: 150px;
}

body.error404 #menu-main-menu {
  margin-top: -11px;
}

body.error404 .footer-top > .e-con-inner {
  padding-top: 220px;
}

/****404 end******/

@media (max-width: 1500px) {
  .img-back-col {
    left: 0;
  }
}

@media (max-width: 1200px) {
  h2 {
    font-size: 50px !important;
  }
  body.page-id-493 .footer-top {
    margin-top: -300px;
  }
}

@media (max-width: 1024px) {
  .btn-menu .ekit-menu-nav-link {
    border: 0 solid #ffffff !important;
    border-radius: 0 !important;
    padding: 13px 14px !important;
  }
  .btn-menu .ekit-menu-nav-link:hover {
    background-color: transparent !important;
  }
  .elementskit-navbar-nav > li.current-menu-item > a,
  .elementskit-navbar-nav > li > a:hover,
  .elementskit-navbar-nav > li > a:focus {
    color: #02509b !important;
  }
  h2 {
    font-size: 44px !important;
  }
  .myMenuSwiper .swiper-slide {
    font-size: 22px;
  }
  .health-game-img,
  .reach-img {
    position: relative !important;
    margin-bottom: 30px !important;
    width: 100% !important;
  }
  .health-game-img img,
  .reach-img img {
    max-width: 600px;
    height: 700px;
  }
  .ready-blue {
    margin-top: 0 !important;
  }

  .health-game-img .elementor-widget-container::before,
  .reach-img .elementor-widget-container::before {
    display: none;
  }
  body.page-id-493 .footer-top {
    margin-top: -250px;
  }
  .elementskit-navbar-nav > li {
    margin: 0px 15px 0px 15px !important;
  }
  .elementskit-submenu-indicator{
     background-color: #02509b; 
  }
  .network-img:after {
    bottom: 0px;
  }
  .forminator-button {
    width: auto !important;
  }
  body.page-id-965 .footer-top {
    margin-top: -300px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 40px !important;
  }
  .myMenuSwiper .swiper-slide {
    font-size: 20px;
  }
  .health-game-img img,
  .reach-img img {
    max-width: 600px;
    height: 550px;
  }
  .ready-blue::after {
    display: none;
  }
  .impact-img {
    overflow: hidden;
  }
  .nationwide-img::after,
  .clinical-img::after,
  .on-site-img::after,
  .telehealth-img::after,
  .training-img::after,
  .service-img a::before,
  .network-img:after {
    width: 80px;
    height: 80px;
  }
  .clinical-icon .elementor-image-box-img {
    min-height: 50px;
  }
  .myMenuSwiper .swiper-slide {
    padding: 10px 18px;
  }
  .service-list-hero .elementor-icon-box-wrapper {
    align-items: center !important;
  }
  .clinical-img,
  .telehealth-img {
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  h2,
  .custom-40 h2 {
    font-size: 32px !important;
  }
  .myMenuSwiper .swiper-slide {
    font-size: 20px;
  }
  .service-hm-section::before {
    width: 100%;
  }
  .health-game-img img,
  .reach-img img {
    max-width: 600px;
    height: 400px;
  }
  body.page-id-493 .footer-top,
  body.page-id-965 .footer-top {
    margin-top: -200px;
  }
}

/***gulf start*******/

.onsite-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background-image: url(https://preview.zerozone.com/5167/business-health-partners/site/wp-content/uploads/2025/08/onsite-img-hm-beore.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.smart-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background-image: url(https://preview.zerozone.com/5167/business-health-partners/site/wp-content/uploads/2025/08/training-img-before.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.white-shape-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background-image: url(images/white-before.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}


.black-shape-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background-image: url(images/black-before.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.clinical-img-white-bottom::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 160px;
  height: 160px;
  background-image: url(images/white-shape-bottom-right.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.popup-icon {
  position: absolute;
  right: 44px;
  top: 256px;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #125b53;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.team-bx:hover .popup-icon {
  opacity: 1;
  transform: scale(1);
}

.popup-img-col {
  flex-basis: 45% !important;
}

.popup-desc-col {
  margin-top: 45px;
}

.sgpb-popup-close-button-3 {
  opacity: 1;
}

.sgpb-popup-close-button-3:hover {
  opacity: 0.5;
}

.popup-desc-col p {
  font-size: 20px;
  font-family: "Archivo", Sans-serif;
  color: #424242;
}

.popup-desc-col-top h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
  font-weight: 700;
  color: #090909;
  font-family: "Archivo", Sans-serif;
}

.popup-desc-col-top h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 40px 0;
  font-weight: 600;
  font-family: "Archivo", Sans-serif;
  color: #616161;
}

.popup-desc-col-top .wp-block-image {
  margin: 0;
}
.popup-desc-col-top .wp-block-image a {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  background-color: #125b53;
  border-radius: 4px;
}

.popup-desc-col-top .wp-block-image a:hover {
  background-color: #3a6e69;
}

.team-bx .elementor-image-box-img,
.popup-img {
  position: relative;
}

.popup-img img {
  display: block;
}
.team-bx .elementor-image-box-img::after
{
  display: none;
}
.team-bx .elementor-image-box-img::after,
.popup-img::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 70px;
  height: 70px;
  background-image: url(images/team-after-bottom-img.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.forminator-field-upload {
  position: absolute;
  right: 40px;
  bottom: 65px;
}

.forminator-button-upload {
  background-color: transparent !important;
  color: #02509b !important;
  border: 1px solid #02509b !important;
  padding-left: 55px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.forminator-button-upload::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 14px;
  width: 22px;
  height: 27px;
  background-image: url(images/upload-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.forminator-button-upload:hover:before {
  background-image: url(images/upload-icon-white.svg);
}

.forminator-button-upload:hover {
  background-color: #02509b !important;
  color: #ffffff !important;
}

body.page-id-965 .footer-middle {
  padding-top: 66px;
  margin-top: -66px;
}

body.page-id-1192 .footer-middle {
    padding-top: 66px;
    margin-top: -66px;
    z-index: 999;
}

body.page-id-1192 .footer-btm {
  z-index: 9999;
}

.forminator-label {
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #090909 !important;
  margin-bottom: 10px !important;
}

.forminator-row {
  margin-bottom: 25px !important;
}

.forminator-row-last {
  margin-bottom: 0 !important;
}

.forminator-button {
  margin-bottom: 0 !important;
}

.location-list {
  max-height: 645px;
  overflow-y: auto;
  padding-right: 25px; /* So content doesn’t get hidden behind scrollbar */
  scrollbar-width: thin;
  scrollbar-color: #e0e0e0 #ffffff; /* Firefox fallback */
}

/* Webkit Browsers (Chrome, Edge, Safari) */
.location-list::-webkit-scrollbar {
  width: 8px;
}

.location-list::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px;
}

.location-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
  border: 2px solid #e0e0e0; /* gives padding look */
}

.location-list::-webkit-scrollbar-thumb:hover {
  background: #e0e0e0;
}

/* Fade animation for iframe */
#map iframe {
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* When changing, apply fade-out */
#map.fade-out iframe {
  opacity: 0;
}

.custom-location-list {
  padding: 0;
  margin: 0;
}

.custom-location-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-location-list li a {
  font-family: "Archivo", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #424242;
}

.custom-location-list li a:hover {
  color: #125b53;
}

.custom-location-list li a img {
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.location-bx:focus {
  border-color: #02509b;
  box-shadow: 0px 16px 40px -8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1500px) {
  .hero-home-section {
    min-height: 1180px;
  }
}

@media (max-width: 1300px) {
  .hero-home-section {
    min-height: 1120px;
  }
}

@media (max-width: 1200px) {
  .hero-home-section {
    min-height: 1020px;
  }
  .popup-icon {
    opacity: 1;
  }
  body.page-id-965 .footer-middle,
  body.page-id-1192 .footer-middle {
    padding-top: 0;
    margin-top: 0;
  }
  .map-contact {
    position: relative !important;
  }
  .map-contact iframe {
    height: 700px;
  }
}

@media (max-width: 1024px) {
  .onsite-img::after,
  .smart-img::after,
  .training-img::after,
  .clinical-img-white-bottom::after,
  .white-shape-left::after {
    display: none;
  }
  .hero-home-section {
    min-height: 900px;
  }
  .map-contact iframe {
    height: 600px;
  }
}

@media (max-width: 900px) {
  .popup-icon {
    right: 30px;
    top: 190px;
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 880px) {
  .forminator-field-upload {
    position: absolute;
    right: 12px;
    bottom: 28px;
  }
  .map-contact iframe {
    height: 500px;
  }
}

@media (max-width: 800px) {
  .hero-home-section {
    min-height: 870px;
  }
  .sgpb-content {
    padding: 30px !important;
  }
  .popup-desc-col-top h4 {
    margin-bottom: 20px;
  }
  .sgpb-popup-close-button-3 {
    top: 10px !important;
    right: 10px !important;
    width: 35px !important;
    height: 35px !important;
  }
  .popup-desc-col-top h3 {
    font-size: 26px;
  }
  .popup-desc-col {
    margin-top: 25px;
  }
  .popup-desc-col p {
    font-size: 18px;
  }
}

@media (max-width: 782px) {
  .forminator-button-upload {
    margin-right: 10px !important;
  }
  .forminator-field-upload {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .popup-icon {
    right: 15px;
    top: 190px;
    width: 50px;
    height: 50px;
  }
  .location-list{
    max-height: unset; padding-right: 0;
  }
}

@media (max-width: 600px) {
  body,
  p {
    font-size: 18px;
  }
  .hero-home-section {
    min-height: 920px;
  }
  .popup-desc-col p {
    font-size: 16px;
  }

  .sgpb-main-html-content-wrapper .wp-block-columns {
    flex-wrap: wrap;
  }
  .popup-img-col,
  .popup-desc-col-top {
    flex-basis: 100% !important;
  }
  .sgpb-content {
    padding: 20px !important;
  }
  /* #sgpb-popup-dialog-main-div{
    max-width: 96% !important;
  } */
  .forminator-field-upload {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .forminator-button-upload {
    font-size: 16px !important;
  }
  .forminator-button-upload::before {
    width: 20px;
    height: 22px;
  }
  .map-contact iframe {
    height: 400px;
  }
  .custom-location-list li a {
    font-size: 14px;
  }
}

/***gulf end*******/

.connect-section::before{
	height:0px;
}
#content {
    min-height: calc(100vh - 783.88px);
}
html{
  overflow-x: hidden;
}
.hero-title{
  position: relative;
}
.position-wrap,
.right-img .clinical-img-white-bottom{
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
.popup-icon {
    left: 348px;
    position: absolute;
    right: unset;
    top: 288px;
    width: 60px;
    height: 60px;
}
}
@media (max-width: 1024px) {
  .top-right-wrap {
      right: 0px !important;
  }
.popup-icon {
    left: unset;
    position: absolute;
    right: 20px;
    top: unset;
    bottom: 20px;
}
.team-bx {
    max-width: 400px !important;
}
.team-bx h3, .team-bx p {
    padding-right: 55px;
}
}
@media (max-width: 900px) {
/* .popup-icon {
    left: 342px;
    position: absolute;
    right: unset;
    top: 286px;
    bottom: unset;
} */
}
@media (max-width: 767px) {
/*   .team-bx .elementor-image-box-img {
      width: 100% !important;
      height: auto !important;
  }
  .team-bx .elementor-image-box-img img {
      aspect-ratio: 1 / 1 !important;
      height: auto !important;
      width: calc(100% - 80px);
  } */
a.popup-icon {
    top: unset;
    right: 20px;
    width: 40px;
    height: 40px;
    bottom: 20px;
}
/* a.popup-icon {
    top: unset;
    bottom: 112px;
    left: 286px;
} */
  .connect-section .forminator-design--default .forminator-button-upload{
    width: 100% !important;
  }
  .connect-section .forminator-custom-form[data-design=default] .forminator-file-upload>span {
    width: 110px !important;
  }
  .connect-section .forminator-button.forminator-button-upload {
      max-width: 140px !important;
  }
  .connect-section .forminator-design--default .forminator-button-upload {
      padding-left: 50px !important;
      font-size: 14px !important;
  }
  .connect-section .forminator-button-submit{
    font-size: 14px !important; 
  }
  .connect-section .forminator-button-upload::before {
      width: 15px !important;
      height: 17px !important;
  }
}

@media (max-width: 430px) {
 a.popup-icon {
    left: unset;
    right: 20px;
    bottom: 20px;
    top: unset;
}
 
}

@media (max-width: 360px) {

 
}
@media (max-width: 340px) {
/*   a.popup-icon {
      top: unset;
      bottom: 140px;
  } */
}