/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
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
*/

/* Add your custom styles here */
/* Import parent theme styles */
@import url("../hello-elementor/style.css");

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

/*font-family: "Source Code Pro", monospace;
    font-family: "Merriweather Sans", Sans-serif;*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", Sans-serif;
    background: #191c1a;
}
h1,h2,h3,h4,h5,h6,.h1,.h2.h3.h4.h5.h6{
    font-family: "Merriweather Sans", Sans-serif;
}
.page-header {
    display: none;
}
header {
    position: sticky !important;
    width: 100%;
    top: 0px !important;
    left: 0;
    margin: auto;
    transition: 0.3s;
    z-index: 999 !important;
}
header.sticky{
   top: 20px; 
   transition: 0.3s;
}
header .elementor {
    width: 100%;
    padding: 0;
}
header .elementor .elementor-element.main_header {
    padding: 0;
}


.main_header_logo img.hfe-site-logo-img {
    display: block;
    transition: 0.5s all;
}

.sticky .main_header_logo_img img {
    width: 100px !important;
}

.main_header_nav ul .menu-item.parent {
    padding: 20px 0;
}

.main_header_nav ul li a {
    font-size: 16px;
    font-weight: 400 !important;
    color: #000000;
}
.main_header_nav ul li a span{
    font-size: 13px !important;
}
.main_header_nav ul li{
    margin: 0 20px;
}
.main_header_nav .sub-menu li{
    margin: 0 !important;
}
.main_header_nav .sub-menu li a{
    font-size: 15px !important;
    line-height: 20px;
    padding: 15px !important;
}
.main_header_nav ul li:first-child{
    margin-left: 0;
}
.main_header_nav ul li:last-child{
    margin-right: 0;
}
.main_header_book {
    width: 10%;
    justify-content: flex-end;
    display: flex;
}
.main_header_logo {
    width: 12%;
}
.main_header_nav {
    width: 70%;
    display: flex;
    justify-content: center;
}
.main_header_book a {
    font-size: 16px;
    font-weight: 700 !important;
    background-image: linear-gradient(to right, #99E600, #35530E);
    padding: 12px 24px;
    border-radius: 30px !important;
}
.menu-item ul.sub-menu {
    border: 1px solid #ccc;
}

.main_header_nav ul.hfe-nav-menu {
    width: 100%;
    justify-content: center;
}
.main_header_nav ul.hfe-nav-menu li.menu-item a:hover {
    color: #99E600 !important;
}

.main_header_book a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}

.main_header_book a span svg {
    width: 30px !important;
    height: 30px !important;
}

/*........footer...........*/

.main_footer{
    padding: 19px 0 30px 0;
}
.main_footer_left .hfe-site-logo-container img {
    width: 190px;
    height: 110px;
    object-fit: contain;
    object-position: left;
}
.main_footer_left .address-block-section {
    align-items: center;
    display: flex;
}
.main_footer_left .address-block-section {
    color: #fff;
    font-weight: 300;
}
.main_footer_left .address-block-section:first-child{
    align-items: flex-start !important;
}
.main_footer_left .address-block-section img.address-img{
    margin-top: 6px !important;
    margin-right: 8px !important;
}
.main_footer_left .address-block-section img{
    margin-right: 8px !important;
}
.main_footer_left .address-block-section a.address-link, .phone-first, .phone-second, .email-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
}
.main_footer_left .address-block-section{
    margin-bottom: 12px;
}
.main_footer_left .elementor-social-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}
.main_footer_left .elementor-social-icon:hover svg path{
    fill: #000;
}
.main_footer_left .elementor-social-icon {
    width: 32px;
    height: 32px;
}
.main_footer_left .elementor-grid-item:hover .elementor-social-icon{
    background: #99E600 !important;
}
.main_footer_newslater label {
    display: none !important;
}
.main_footer_center_menu span, .main_footer_right span  {
    font-size: 16px;
    font-weight: 500;
    font-family: "Merriweather Sans", Sans-serif !important;
}
.main_footer_center_menu ul li{
    margin-bottom: 16px !important;
    width: 100%;
}
.main_footer_center_menu ul li a{
    padding: 0 !important;
    font-size: 16px;
    font-weight: 300 !important;
    color: #fff;
}
.main_footer_right p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.main_footer_newslater input {
    padding: 10px 16px !important;
    background: transparent !important;
    border: 1.5px solid #E4E4E7 !important;
    border-radius: 0 !important;
    width: 100% !important;
    color: #fff !important;
      font-weight: 300 !important;
}
.main_footer_newslater input:focus-visible{
    border-radius: 0 !important;
    outline: none;
}
.main_footer_newslater form {
    display: flex !important;
    justify-content: space-between !important;
}
.main_footer_newslater .tnp-field-email{
    width: 75%;
}
.main_footer_newslater .tnp-field-button{
    width: 20%;
    margin-bottom: 0 !important;
}
.main_footer_newslater form .tnp-field-button .tnp-submit{
    background: #99E600 !important;
    border-radius: 4px !important;
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
    border: 1px solid transparent !important;
}
.main_footer_right .tnp-subscription{
    margin: 0;
}
.main_banner_sec {
  position: relative;
  background-color: #111;
  color: white;
  padding: 100px 20px;
}
.main_banner_sec::before {
    content: "";
    position: absolute;
    top: -63px;
    left: -301px;
    width: 581px;
    height: 615px;
    background: radial-gradient(circle, #74d400 -5%, transparent 59%);
    z-index: 0;
    pointer-events: none;
}
.main_banner_sec * {
  position: relative;
  z-index: 1;
}
.main_banner_sec::after {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    width: 50%;
    height: 110%;
    z-index: 0;
    pointer-events: none;
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Ellipse-1-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.main_banner_heading h2 {
    font-size: 62px;
    font-weight: 700 !important;
    background: radial-gradient(circle at right, #99E600, #E4FFC2);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: auto;
    text-align: center;
}
.main_banner_heading h2 span {
    font-weight: 900;
    font-size: 110px;
    background: radial-gradient(circle at right, #99E600, #E4FFC2);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-top: 15px;
}
.main_banner_left h6 .main_banner_right h6{
    font-size: 18px;
    font-weight: 600 !important;
    font-style: italic;
    color: #99E600;
    width: 320px;
    line-height: 20px;
}
.main_banner_left p .main_banner_right p{
    font-size: 18px;
    font-weight: 500 !important;
    color: #fff;
    margin-bottom: 0;
    width: 275px;
}
.main_banner_left, .main_banner_right{
    gap: 0 !important;
}
.truth_deserve_heading{
    gap: 0 !important;
}
.truth_deserve_sec .e-con-inner{
    gap: 0 !important;
}
.truth_deserve_heading h2 {
    margin-bottom: 8px;
}
.truth_deserve_heading span{
    font-weight: 400 !important;
}
.menu-item ul.sub-menu {
    top: 93% !important;
}
.menu-item ul.sub-menu ul.sub-menu {
    top: 0 !important;
}
.truth_deserve_heading{
    margin-bottom: 48px;
}
.truth_deserve_list img {
    width: 80px;
    height: 80px;
}
.truth_deserve_list h3{
   font-size: 24px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 10px !important;
   height: auto;
   overflow: hidden;
   margin-top: 0;
}
.truth_deserve_list p{
   font-size: 16px;
   font-weight: 300;
   color: #fff;
   margin-bottom: 0 !important;
}
.unlock_potential_row h2 {
    font-size: 40px;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: "Merriweather", serif !important; 
}
.unlock_potential_row p{
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    color: #99E600;
    margin-bottom: 0 !important;
}
.unlock_potential_list{
    padding: 28px;
}
.unlock_potential_list img {
    width: 60px;
    height: 60px;
}
.unlock_potential_grid .unlock_potential_list h3{
   font-size: 20px;
   font-weight: 700;
   color: #FFFFFF;
   margin: 0 0 12px 0;
   font-family: "Merriweather", serif !important;
}
.unlock_potential_row .unlock_potential_list p{
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #fff;
    margin-bottom: 0 !important;
    font-style: inherit !important;
    font-family: "Source Sans Pro", Sans-serif !important;
}
.unlock_potential_list figure{
    margin-bottom: 24px !important;
}

.unlock_potential_row{
    margin: 100px 0;
}
.truth_deserve_sec .e-con-inner {
    padding-bottom: 0 !important;
}
.health_service_grid .health_service_left{
    padding: 80px 0 80px 80px !important;
}
.health_service_left h2{
    font-size: 40px;
    font-weight: 700 !important;
    color: #99E600;
    font-family: "Merriweather", serif !important;

}
.health_service_left p{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0 !important;
}
.health_service_left p strong{
    color: #99E600 !important;
}
.health_service_right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.health_service_grid{
    border-radius: 20px !important;
    margin-bottom: 60px !important;
}

.health_service_right .elementor-widget-image {
    position: absolute;
    width: 100%;
    height: 412px;
    right: 0;
    object-fit: contain;
    bottom: 0;
}
/*............04-08-2025..............*/

.health_secound_health .health_service_right {
    left: -80px!important;
}
.health_secound_health .health_service_left{
    padding: 80px 80px 80px 0 !important;
}
.health_three_health .health_service_right{
    bottom: -39px !important;
}
.health_three_health .health_service_right img {
    height: 415px;
    object-fit: cover;
    width: 95%;
}
.health_service_left p strong, .health_service_left p b {
    font-weight: 400;
}
.home_about_text strong {
    font-size: 20px;
    color: #99E600;
    font-weight: 400;
}
.home_about_text ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 15px;
}
.home_about_text ul li:after {
    position: absolute;
    content: " ";
    background-image: url(https://demosrvr.com/wp/rbeckhealthtech/wp-content/uploads/2025/08/star_img.png);
    height: 22px;
    width: 22px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home_img_secound img {
    width: 100%;
}
.home_about_text ul {
    padding-left: 11px;
}
.being_transformed_img img {
    width: 100%;
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
}
.being_transformed_img{
    position: relative;
    padding: 32px;
}
.being_transformed_list .being_transformed_text{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    padding: 29px !important;
    opacity: 1;
    transition: 0.5s;
    transform: translateX(-50%);
    background: #99e600;
    height: 100%;
    border-radius: 20px;
}
.being_transformed_list:hover .being_transformed_text{
    opacity: 1;
    z-index: 2;
    transition: 0.5s;
    top: 0;
    background: linear-gradient(to bottom right, #99e600eb, #5cbb49cf);
}
.being_transformed_list figure img{
    width: 60px;
    height: 60px;
}
.being_transformed_list h3 {
    font-size: 24px;
    font-weight: 700 !important;
    color: #191C1A;
    font-family: "Merriweather", serif !important;
    text-align: left;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 16px;
}
.being_transformed_list p{
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 400 !important;
    color: #191C1A;
}
.being_transformed_text .elementor-image-box-wrapper {
    text-align: left !important;
}
.therepay_heading {
    background: #99E600;
    padding: 16px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 20px 20px;
    transition: 0.7s;
}
.therepay_heading h2 {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}
.being_transformed_list:hover .therepay_heading{
    opacity: 0;
    transition: 0.7s;
}
.being_transformed_list{
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}
.personal-recovery b {
    position: absolute;
    background: #99E600;
    left: -28px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personal-recovery {
    position: relative;
    padding-left: 20px;
}
.meet_experts_grid .elementor-shortcode{
    display: flex;
    justify-content: space-between;
}
.meet_experts_grid{
    margin: auto;
    width: 800px;
}
.team_container {
    text-align: center;
    width: 48%;
}
.team_container h3 {
    font-size: 24px;
    font-weight: 700;
    color: #99E600;
    margin-top: 20px;
    margin-bottom: 7px;
}
.team_heading span {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin-bottom: 12px;
        font-family: "Merriweather Sans", Sans-serif;
}
.team_heading p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    margin-top: 12px;
}
.team_list img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #FFFFFF80;
}
.asked-arrow small {
    position: absolute;
    left: 120px;
    top: 25px;
    transition: .3s;
    display: flex;
    align-items: center;
}
.asked-arrow small.arrpw-down {
    left: 94px;
    opacity: 0;
    transition: .3s;
}
.asked-arrow-area:hover .asked-arrow small.arrpw-up {
    left: 160px;
    opacity: 0;
    transition: .3s;
}
.asked-arrow-area:hover .asked-arrow small.arrpw-down {
    left: 120px;
    opacity: 1;
    transition: .3s;
}
.home_according_row .e-n-accordion-item {
    border: transparent !important;
    border-radius: 10px !important;
    background: #454746 !important;
    margin-bottom: 20px !important;
     border-color: transparent;
}
.home_according_row{
    background: transparent !important;
}
.home_according_row .e-n-accordion-item-title-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Merriweather Sans", Sans-serif;
}
.home_according_row .elementor-element {
    border: none !important;
    padding-top: 0;
}
.home_according_row summary.e-n-accordion-item-title {
    border: none !important;
    padding: 20px;
}
.home_according_row p {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.home_according_row p a {
    color: #95e100;
}
.meet_experts{
    position: relative;
}
.meet_experts {
  position: relative;
  color: white;
  padding: 100px 20px;
  overflow: hidden;
}
.meet_experts::before {
    content: "";
    position: absolute;
    top: -35px;
    left: -301px;
    width: 581px;
    height: 615px;
    background: radial-gradient(circle, #74d400 -5%, transparent 69%);
    z-index: 0;
    pointer-events: none;
}
.home_about_setion{
    overflow: hidden;
    position: relative;
}
.home_about_setion:after {
    content: "";
    position: absolute;
    top: -375px;
    left: -301px;
    width: 40%;
    height: 100%;
    background: radial-gradient(circle, #74d400 -5%, transparent 69%);
    z-index: 0;
    pointer-events: none;
    opacity: 0.7;
}
.health_three_health {
    z-index: 1;
    background: transparent !important;
}
.health_service {
    background: transparent !important;
}
.home_about_setion {
    overflow: unset;
}
.proud_partner::after {
    content: "";
    position: absolute;
    top: -60%;
    right: 0;
    width: 90%;
    height: 130%;
    z-index: 0;
    pointer-events: none;
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Ellipse-3-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.proud_partner {
    position: relative;
}
.right_section h3 {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #99E600 !important;
    font-family: "Merriweather", serif !important;
    margin: 0 0 8px 0;
}
.right_section p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #fff !important;
}
.right_section .elementor-image-box-content {
    text-align: left;
}
.right_section figure.elementor-image-box-img {
    display: none;
}
.athletes_recover_left .elementor-widget-image {
    height: 100%;
}
.athletes_recover_left .elementor-widget-image img {
    height: 100%;
    object-fit: cover;
}
.right_section span.no-off-rec {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -50px;
    top: 30px;
    border-radius: 33px;
    font-size: 16px !important;
    background: #99e6004a;
    color: #191C1A;
    font-weight: 600 !important;
}
.athletes_recover_content {
    padding-left: 50px;
}
.right_section span.no-off-rec{
    position: relative;
}
.right_section span:after {
    content: "";
    position: absolute;
    bottom: -106px;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
    border-left: 1px dashed #fff;
}
.right_section:nth-last-child(1) span::after{
    display: none;
}
.being_transformed_text figure.elementor-image-box-img {
    margin: 0 !important;
}
.right_section.active span.no-off-rec{
    background: #99E600 !important;
}
.main_banner_right {
    padding-bottom: 130px;
    padding-left: 50px;
}
.main_banner_left {
    padding-bottom: 110px;
}
.box-section_img .elementor-widget-image {
    height: 100%;
}
.home_according_row summary.e-n-accordion-item-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 24px;
    transform: rotate(45deg);
}
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title:after {
    transform: rotate(225deg);
    top: 28px;
}
.main_footer_newslater input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.main_footer_newslater input::-ms-input-placeholder { 
  color: #fff !important;
}
.proud_partner_row{
    z-index: 99;
}
.main_header_nav .elementor-widget-container {
    width: 100%;
}
.main_header_nav nav.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}
.being_transformed_grid{
    z-index: 1;
}
.sport_psychology_section:after {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    width: 50%;
    height: 110%;
    z-index: 0;
    pointer-events: none;
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Ellipse-1-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.sports_psychology-banner {
    z-index: 1;
}
.sport_psychology_section:before {
    content: '';
    display: block;
    position: absolute;
    top: -80px;
    left: 0;
    width: 70%;
    height: 90%;
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Ellipse-2-1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.sports_psychology-banner h2 {
    background: linear-gradient(91deg, #E4FFC2 0.98%, #99E600 100.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}
.session-block {
    border-radius: 20px;
    background: #303331;
    padding: 30px 30px 80px;
    height: 100%;
}
.session_list {
    display: flex;
}
.session_ttile {
    width: 50%;
    padding-right: 20px;
    color: #fff;
}
.session_price {
    width: 50%;
    padding-left: 20px;
    color: #fff;
    text-align: center;
}
.session_ttile h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0;
    margin-top: 0;
}
.session_ttile p {
    font-weight: 300;
    line-height: normal;
}
span.session-price {
    background: linear-gradient(97deg, #99E600 7.77%, #E4FFC2 94.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Source Sans Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-top: -4px;
    display: block;
    margin-bottom: 10px;
}
p.session-price-discount del {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    display: block;
    color: #e7e7e7;
    line-height: normal;
}
.session-price-discount span {
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.11) 2.4%, rgba(255, 0, 0, 0.76) 52.4%, rgba(255, 0, 0, 0.11) 100%);
    display: inline-flex;
    padding: 2px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    font-weight: 300;
    font-size: 16px;
}
a.session-link {
    border-radius: 30px;
    background: linear-gradient(90deg, #99E600 0%, #35530E 100%);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding: 10px 25px;
    display: block;
    width: max-content;
    position: absolute;
    bottom: 30px;
}
a.session-link:hover {
    background: linear-gradient(90deg, #35530e 0%, #99E600 100%);
}

.benefits_sport_container {
    border: none !important;
}
.benefits_sport_container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #191c1ac7;
}
.benefits_sport_grid h3 {
    color: #FFF;
    text-align: center;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: capitalize;
}
.hfe-nav-menu_breakpoint-mobile .hfe-nav-menu_layout-horizontal .hfe-nav-menu .sub-arrow {
    border: none !important;
}
.asked-arrow small {
    cursor: pointer;
}
.coming-soon-copy {
    text-align: center;
    color: #fff;
    padding: 120px 0;
    font-size: 40px;
    font-family: "Merriweather", serif !important;
}
.footer_copyright span.attributevaluecolor {
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: center;
}
.footer_copyright span.attributevaluecolor a {
    display: block;
    line-height: normal;
    margin-left: 7px;
    text-decoration: underline;
    color: #ffffff !important;
}
.main_section_heading h2 {
    background: linear-gradient(to right, #E4FFC2, #99E600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    position: relative;
}
.main_section_top{
    position: relative;
    z-index: 1;
}
.main_section_top:before {
    content: '';
    display: block;
    position: absolute;
    top: -80px;
    left: 0;
    width: 50%;
    height: 150%;
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Ellipse-2-1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.main_section_top:after {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    width: 50%;
    height: 200%;
    z-index: 0;
    pointer-events: none;
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Ellipse-1-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.physiotherapy_list {
    background: #303331;
    border-radius: 20px;
    padding: 22px 25px 75px 25px;
    z-index: 1;
}
.physiotherapy_list h3{
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px !important;
}
.physiotherapy_list p{
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 16px !important;
}
.physiotherapy_list ul li{
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF; 
    margin-bottom: 12px;
    list-style: none;
    position: relative;
    padding-left: 5px;
}
.physiotherapy_list ul li:before {
    position: absolute;
    content: " ";
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Vector-2.png);
    left: -20px;
    top: 5px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.physiotherapy_list ul{
    padding-left: 20px;
    margin-top: 8px;
}
.physiotherapy_list span{
    font-size: 24px;
    font-weight: 600;
        background: linear-gradient(to right, #E4FFC2, #99E600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.physiotherapy_list span small {
    font-size: 18px;
    font-weight: 400;
}
.physiotherapy_left img {
    width: 100%;
    height: auto;
}

section.error-404 {
    text-align: center;
    padding: 80px;
}
section.error-404 h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
section.error-404 p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
section.error-404 a {
    border-radius: 30px;
    background: linear-gradient(90deg, #99E600 0%, #35530E 100%);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding: 10px 25px;
    display: block;
    width: max-content;
    margin: auto;
}
section.error-404 a:hover {
    background: linear-gradient(90deg, #35530e 0%, #99E600 100%);
}
.thankyou-page {
    text-align: center;
    padding: 80px 0;
}
.thankyou-page h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(to right, #E4FFC2, #99E600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.thankyou-page p {
    color: #fff;
    font-weight: 300;
}
.thankyou-page a {
    color: #bff364;
    text-decoration: underline;
    font-weight: 400;
    margin-left: 4px;
    text-transform: capitalize;
    text-underline-offset: 5px;
}
.main_section_top p {
    position: relative;
    z-index: 1;
}
.container {
    max-width: 1280px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.container .row .col-md-4 {
    width: 33.33%;
    padding: 10px;
}
.blog_section {
    padding: 80px 0;
}
.blog_txt {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.blog_txt h2 {
   font-family: "Merriweather Sans", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    background: linear-gradient(to right, #E4FFC2, #99E600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    position: relative;
}
.blog_txt p {
    font-size: 18px;
    max-width: 700px;
    margin: auto;
    line-height: 1.5;
    color: #fff;
    font-weight: 300;
}
.blog_card {
    background: #191c1a;
    border-radius: 20px;
    height: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid #ccc;
    overflow: hidden;
}
h2.blog_title {
    font-size: 22px;
    margin: 10px 0 20px;
}
.blog_card:hover a{
    color: #99E600;
}
h2.blog_title a {
    color: #fff;
    line-height: normal;
}
.blog_excerpt p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.blog_card .btn {
    border-radius: 30px;
    background: linear-gradient(90deg, #99E600 0%, #35530E 100%);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding: 10px 25px;
    width: max-content;
    margin-top: 20px;
    display: block;
}
.blog_card:hover .btn {
    background: linear-gradient(90deg, #35530e 0%, #99E600 100%);
    color: #fff;
}
.container .row .col-12 {
    width: 100%;
}
.blog_card_img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.blog_card_text {
    padding: 10px 20px 20px;
}
.blog_card_img a {
    display: block;
}
.blog_card_img img {
    width: 100%;
    height: 100%;
    display: block;
}
span.post_date {
    margin: 10px 0;
    display: block;
    font-weight: 300;
    color: #ffffff;
}
.pagenation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagenation a.page-numbers {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: block;
}
.pagenation span.page-numbers.current {
    color: #fff !important;
}
.pagenation .page-numbers {
    margin: 0 20px;
}
.blog_section{
    position: relative;
}
.blog_txt {
    position: relative;
    z-index: 1;
}
.blog_section:before {
    content: '';
    display: block;
    position: absolute;
    top: -80px;
    left: 0;
    width: 46%;
    height: 43%;
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Ellipse-2-1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.blog_section:after {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    width: 50%;
    height: 52%;
    z-index: 0;
    pointer-events: none;
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Ellipse-1-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.container .row .col-md-8 {
    width: 66.66%;
    padding-left: 10px;
    padding-right: 10px;
}
.single-post-section {
    padding: 90px 0 80px;
}

.blog_details_right h3 {
    font-size: 28px;
    color: #fff;
}
li.latest-post-item {
    list-style: none;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    background: #3a3a3a;
    padding: 10px;
    border-radius: 6px;
    transition: 0.3s;
    overflow: hidden;
}
.latest_img {
    width: 20%;
}
.latest_img_text {
    width: 80%;
    padding-left: 15px;
}
.latest_img a {
    display: block;
    height: 100%;
}
.latest_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.latest_img_text span.latest-post-title {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
}
.post-date{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.latest-posts-row {
    margin-bottom: 30px;
}
.sidebar-categories ul li {
    list-style: disc;
    margin: 7px 0;
    color: #fff;
}
.sidebar-categories ul li a {
    font-size: 16px !important;
    color: #fff;
}
.sidebar-categories ul {
    padding-left: 25px;
}
.sidebar-categories ul li a {
    font-weight: 300;
    text-transform: capitalize;
}
.sidebar-categories {
    border-bottom: 1px solid #afafaf;
    padding-bottom: 30px;
}
.single-post .post-thumbnail img {
    width: 100%;
    border-radius: 12px;
}
.single-post h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
}
.single-post .post-content p{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.single-post {
    padding-right: 30px;
    z-index: 1;
    position: relative;
}
.single-post-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 32%;
    height: 33%;
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Ellipse-2-1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.single-post-section:after {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    width: 30%;
    height: 40%;
    z-index: 0;
    pointer-events: none;
    background-image: url(https://rbeckhealthtech.com/wp-content/uploads/2025/08/Ellipse-1-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.blog_details_right{
    position: relative;
    z-index: 1;
}
.benefits_sport_grid .elementor-image-box-img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
}
.benefits_sport_grid .elementor-image-box-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.container .row .col-md-3 {
    width: 33.33%;
    padding: 10px;
}
.image-gallery-section {
    padding: 80px 0;
}
.gallery_list {
    border-radius: 12px;
    overflow: hidden;
}
.gallery_list img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.3s;
}
.gallery_list:hover img {
    transition: 0.3s;
    transform: scale(1.05);
}
.common_ergonomic_container_box figure {
    width: 100% !important;
}
.common_ergonomic_container_box img {
    width: 100% !important;
}
.common_ergonomic_container_list{
    padding: 32px;
}
.common_ergonomic_container_box h3{
    color: #99E600 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 8px;
    font-family: "Merriweather", serif !important;
}
.common_ergonomic_container_box p{
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}
.common_ergonomic_container_list h4{
    font-size: 20px !important;
    font-weight: 400 !important; 
    color: #99E600;
}
.common_ergonomic_container_box_items ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.common_ergonomic_container_box_items ul li{
    width: 50%;
    font-size: 18px !important;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}
.common_ergonomic_container_box_items ul li span{
     color: #fff !important;
}
.industries_support_list figure{
    margin-bottom: 0 !important;
    height: 62px;
}
.industries_support_list img{
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto;
}
.industries_support_list h3{
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #fff; 
    margin-bottom: 0 !important;
}
.industries_support_list{
    padding: 15px 10px 15px !important;
    transition: 0.3s;
    width: 188px !important;
    height: 160px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.industries_support_list:hover{
      box-shadow: 0px 1px 8px 0px #99E600;
      transition: 0.3s;
      cursor: pointer;
}
.image-gallery-section h2 {
    font-family: "Merriweather Sans", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(91deg, #E4FFC2 0.98%, #99E600 100.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}
.lightbox .lb-dataContainer {
    position: absolute;
    top: -20px !important;
    right: 20px !important;
}
.lightbox .lb-dataContainer .lb-details {
    display: none !important;
}
.lightbox .lb-nav a.lb-next {
    position: absolute;
    right: -60px;
}
.lightbox .lb-nav .lb-prev{
    position: absolute;
    left: -60px;
}
.our_comperhensive_list{
    text-align: center !important;
}
.our_comperhensive_list p {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 300 !important;
    max-width: 200px !important;
    margin: auto;
}
.our_comperhensive_list span.item-number {
    background: #99E600;
    width: 50px;
    height: 50px;
    border-radius: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #191C1A;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 28px auto;
    margin-top: 0;
    position: relative;
    font-family: "Merriweather", Sans-serif;
}
.our_comperhensive_list .item-box {
    margin-bottom: 140px;
}
.our_comperhensive_list{
    position: relative;
}
.our_comperhensive_list::after {
    content: "";
    position: absolute;
    top: 17px;
    width: 140px;
    height: 100%;
    background-image: url("https://rbeckhealthtech.com/wp-content/uploads/2025/08/right_arrow.png");
    background-repeat: no-repeat;
    right: -75px;
    background-size: contain;
}
.our_process_four{
    position: relative;
}
.our_process_four:after {
    content: "";
    position: absolute;
    top: auto;
    left: 9%;
    width: 35%;
    height: 100%;
    background-image: url("https://rbeckhealthtech.com/wp-content/uploads/2025/08/right_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%) rotate(90deg);
    margin-top: 10px;
    bottom: -70px;
    object-fit: cover;
}
.our_process_bottom{
    position: relative;
}
.our_process_bottom:after {
    transform: rotate(180deg);
    content: "";
    position: absolute;
    top: 0;
    width: 140px;
    height: 36px;
    background-image: url("https://rbeckhealthtech.com/wp-content/uploads/2025/08/right_arrow.png");
    background-repeat: no-repeat;
    right: -80px;
    background-size: contain;
}
.our_process_bottom:nth-last-child(1):after{
    display: none !important;
}

.image-gallery-section h2 {
    font-family: "Merriweather Sans", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(91deg, #E4FFC2 0.98%, #99E600 100.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}


.lightbox .lb-dataContainer {
    position: absolute;
    top: -20px !important;
    right: 20px !important;
}
.lightbox .lb-dataContainer .lb-details {
    display: none !important;
}
.lightbox .lb-nav a.lb-next {
    position: absolute;
    right: -60px;
}
.lightbox .lb-nav .lb-prev{
    position: absolute;
    left: -60px;
}
.consultation-price span{
    background: linear-gradient(91deg, #99E600 0.98%, #E4FFC2 100.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.our_specialization_list h3{
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    margin-bottom: 8px;
    font-family: "Merriweather", Sans-serif !important;

}
.our_specialization_list p{
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #FFFFFF;
    margin-bottom: 0px !important;

}

.our_specialization_list img{
    width: auto;
    height: 50px;
    object-fit: contain;
}
.our_specialization_list{
    padding: 24px !important;
}
.ready_to_heal_container p a {
    color: #99E600;
    text-decoration: none;
}
.ready_to_heal_container p{
    margin-bottom: 0;
}
.benefits_tabing_list img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.who_benefits_tabing .e-n-tabs-content {
    width: 50% !important;
    flex-grow: inherit;
    padding-left: 50px;
}
.who_benefits_tabing .e-n-tabs-heading {
    width: 50% !important;
    flex-basis: auto;
    display: block;
    padding-right: 50px;
    position: relative;
}
.who_benefits_tabing .e-n-tabs-heading:after{
    position: absolute;
    content: " ";
    right: 0;
    top: 0;
    background: #fff;
    width: 1px;
    height: 100%;
}
.who_benefits_tabing .e-n-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0;
    margin-top: 48px;
}
.who_benefits_tabing .e-n-tabs-heading  button span{
    color: #FFFFFF !important;
    font-size: 24px !important;
    font-weight: 700 !important;
     font-family: "Merriweather", Sans-serif !important; 

}
.who_benefits_tabing .e-n-tabs-heading  button {
    padding: 0 0 30px 0 !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #FFFFFF !important;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.who_benefits_tabing .e-n-tabs-heading  button:hover{
    background: none !important;
   
}
.who_benefits_tabing .e-n-tabs-heading  button:hover span{
     color: #99E600 !important;
}
.who_benefits_tabing .e-n-tabs-heading button:after {
    position: absolute;
    content: " ";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    right: -57px;
    top: 25px;
    background: #191c1a;
    z-index: 1;
    opacity: 0;
}
.who_benefits_tabing .e-n-tabs-heading button:nth-child(4) {
    border: 0 !important;
    margin-bottom: 0 !important;
}
.who_benefits_tabing .e-n-tabs-content p{
    font-size: 16px !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
}
.who_benefits_tabing .e-n-tabs-content h2{
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
     font-family: "Merriweather", Sans-serif !important; 
}
.who_benefits_tabing .e-n-tabs-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.who_benefits_tabing .e-n-tabs-content ul li{
    width: 50%;
    color: #fff !important;
    margin-bottom: 10px;
}
.who_benefits_tabing .e-n-tabs-content ul li span{
    color: #fff !important;
}
.who_benefits_tabing .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::after {
    opacity: 1;
}
.who_benefits_tabing .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] span{
    color: #99E600 !important;
}
.duration_line, .cost_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.duration_line span, .cost_line span{
    font-size: 16px;
    font-weight: 300;
    color: #99E600;
}
.duration_line p, .cost_line p{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}
.duration_line {
    border-bottom: 1px solid #99E60052;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.cost_line small {
    color: #FF0000;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 3px;
}
.our_comperhensive_row_mobile {
    display: none;
}
.sports_psychology-banner p {
    line-height: normal;
}
.pain_managment_text{
    gap: 0;
}
.pain_managment_text h2{
    font-size: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
}
.pain_managment_text ul{
    margin-top: 14px !important;
}
.pain_managment_text p strong{
    font-style: normal;
    color: #99E600;
    font-weight: 500;
}
.pain_testimonial p:last-child{
    margin-bottom: 0;
}
.pain_managment_text p{
    margin-bottom: 28px;
}
.packing_price span.elementor-heading-title {
    text-align: center;
    background: linear-gradient(97deg, #99E600 7.77%, #E4FFC2 94.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Source Sans Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-top: -4px;
    display: block;
    margin-bottom: 10px;
}
.packing_price span.elementor-heading-title small {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    display: block;
    color: #ffffff;
    line-height: normal;
    text-decoration: line-through;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    display: block;
    margin: 3px 0 0;
}
.packing_price span.elementor-heading-title span {
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.11) 2.4%, rgba(255, 0, 0, 0.76) 52.4%, rgba(255, 0, 0, 0.11) 100%);
    display: block;
    padding: 4px 24px;
    align-items: center;
    margin-top: 4px;
    font-weight: 300;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    width: max-content;
    -webkit-text-fill-color: #ffffff;
}
.team_heading {
    text-align: left;
}
.team_heading p.know_mores {
    cursor: pointer;
    color: #99E600;
    text-decoration: underline;
    font-family: "Merriweather", Sans-serif;
}
.team_heading ul.expertiest_show,
.team_heading ul.expertiest_jhade {
    padding-left: 25px;
    text-align: left;
}
.team_heading ul.expertiest_show li,
.team_heading ul.expertiest_jhade li {
    font-weight: 300;
    list-style: disc;
    color: #fff;
}
.team_heading p.know_moress {
    cursor: pointer;
    color: #99E600;
    text-decoration: underline;
    font-family: "Merriweather", Sans-serif;
}
.team_heading .close_txt,
.team_heading .close_jhade{
    cursor: pointer;
    color: #99E600;
    text-decoration: underline;
    font-family: "Merriweather", Sans-serif;
    text-transform: capitalize;
}
.consultation-duration h6 span {
    color: #fff;
}
.our_specialization_list h3 {
    margin-bottom: 20px !important;
}
.our_specialization_grid {
    margin-bottom: 30px;
}
.meet_our_team_row ul li a{
    text-decoration: none;
}
.meet_our_team_row ul li a:hover{
   color: #99E600;
}
.meet_our_team_row ul li a:hover span{
     color: #99E600 !important;
}
.meet_our_team_container h2 {
    margin-bottom: 30px;
}
.sports_psychology-banner p {
    max-width: 880px;
    margin: auto;
    line-height: normal;
}
.get_in_touch_main_form label {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000 !important;
    margin-bottom: 12px !important;
}
.get_in_touch_main_form .wpforms-title {
    font-size: 22px;
    font-weight: 600 !important;
    margin-bottom: 0;
}
.get_in_touch_main_form .wpforms-head-container {
    padding-bottom: 10px !important;
}
.get_in_touch_main_form button {
    background: #99E600 !important;
    border: 0;
}
.get_in_touch_main_form input {
    padding: 10px !important;
    max-width: 100% !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}
.get_in_touch_information ul li a{
    text-decoration: none;
}
.get_in_touch_information ul li a:hover span{
     color: #99E600 !important;
}
.get_in_touch_information iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.our_specialization_grid span.elementor-icon{
    background: #99E600 !important;
    padding: 10px;
    border-radius: 4px;
}
.our_specialization_grid span svg path{
    fill: #000 !important;
}
.our_specialization_grid span svg{
    height: 35px;
    width: 35px;
}
.our_specialization_grid h3 span{
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.our_specialization_grid h3{
    text-align: left !important;
    margin-bottom: 15px !important;
}
.our_specialization_grid p{
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    text-align: left !important;
}
.type_orthobio_list .cost_line {
    border-bottom: 1px solid #99E60052;
    margin-bottom: 7px;
    padding-bottom: 10px;
}
.type_orthobio_list .cost_line:last-child {
    border: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.policy_pages a {
    color: #fff;
    text-decoration: none;
}
.policy_pages a:hover{
    color: #99E600;
}
.policy_pages h3 strong{
    font-size: 24px;
}
/*.costmic_faq_according span {
    font-size: 20px !important;
    font-family: "Merriweather", Sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}*/
/*.costmic_faq_according span svg path{
    fill: #fff;
}
.costmic_faq_according .e-n-accordion-item-title{
    border: none;
}
.costmic_faq_according details{
    border-bottom: 1px solid #fff !important;

}
.costmic_faq_according .e-flex.e-con {
    border: none !important;
}
.costmic_faq_according summary{
    padding-bottom: 10px !important;
}*/
.show_service_section .experience_training_list {
    padding: 0;
    overflow: hidden;
}
.whatsapp_btn {
    font-size: 16px !important;
    font-weight: 700 !important;
    background-image: linear-gradient(to right, #99E600, #35530E) !important;
    padding: 12px 24px;
    border-radius: 30px !important;
    text-decoration: none !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp_btn:hover{
    background-color: transparent;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #35530E 0%, #99E600 100%) !important;
}
.whatsapp_btn svg{
    margin-right: 4px;
}
.invisalifn_according p {
    padding: 0px 10px;
}
.what_we_offer_img img {
    width: 100%;
    border-radius: 20px;
}
.our_doctors_section_block {
    padding: 40px 50px;
}
.our_technology_section_block {
    padding: 40px;
}
.our_medical_section_block .our_medical_section_list:hover {
    box-shadow: 0px 1px 8px 0px #99E600;
    transition: 0.3s;
    cursor: pointer;
}
.our_technology_section_content p {
    margin-bottom: 2px;
}
.our_doctors_section_heading p {
    margin-bottom: 0;
}
.retainers_section {
    padding: 40px;
}
.symptoms_of_pulp_conatiner .our_specialization_list {
    padding: 30px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}
.symptoms_of_pulp_conatiner .our_specialization_list h3{
    text-align: center !important;
    margin: 0 !important;
    line-height: 32px;
}
.root_canal_procedure h3 {
    text-align: center;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pain_managment_text {
    z-index: 1;
}



.testimonial-slide {
    display: flex !important;
    align-items: center;
}
.testimonial-thumbnail {
    width: 50%;
    padding-right: 30px;
}
.testimonial-slide_content_box {
    width: 50%;
    padding-left: 30px;
}
.testimonial-slide_content_box img {
    width: 60px;
    border-radius: 20px;
}
.testimonial-thumbnail img {
    width: 100%;
    border-radius: 20px;
}
.costimic_testimonials_section .elementor-widget-shortcode {
    max-width: 1000px !important;
    margin: 50px auto;
}
.testimonial-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.testimonial-content {
    margin-bottom: 40px;
}
.testimonial-author {
    display: flex;
    align-items: center;
}
.testimonial-author-name{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.testimonial-author-position{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.testimonial-detail {
    margin-left: 15px;
}
.costimic_testimonials_section ul.slick-dots {
    display: flex;
    justify-content: center;
    bottom: -50px;
}
.costimic_testimonials_section .slick-dots li {
    width: 15px;
    height: 7px;
}
.costimic_testimonials_section .slick-dots li button {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    border: 1px solid #fff !important;
    background: transparent;
}
.costimic_testimonials_section .slick-dots li.slick-active {
    width: 30px;
    height: 12px;
    background: #99E600;
    border-radius: 10px;
}
.costimic_testimonials_section .slick-dots li button:hover, .slick-dots li button:focus{
    background: transparent !important;
}
.costimic_testimonials_section .slick-dots li button:before{
    display: none !important;
}
.costimic_testimonials_section .slick-dots li.slick-active button {
    width: 100% !important;
    background: #99E600;
    border-radius: 33px;
    border: 0 !important;
}
.testimonials_sub_title h4 {
    font-size: 32px !important;
}

.hospital_leading h2 {
    background: linear-gradient(91deg, #E4FFC2 0.98%, #99E600 100.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}

.single-post .post-content li {
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}
.single-post .post-content ul,
.single-post .post-content ol {
    padding-left: 30px;
    margin-bottom: 20px;
}

.single-post-detils {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.single-post-detils-Image {
    width: 40%;
}

.single-post-detils-content {
    width: 60%;
    padding-left: 30px;
}

.single-post-detils-content h1.post-title {
    margin-top: 0;
}

.single-post-detils-descripton p {
    color: #ffffff;
}

.single-post {
    padding-right: 0;
}
.single-post-section .row .col-md-12 {
    padding: 0 15px;
}

.home_about_img img {
    border-radius: 10px;
    overflow: hidden;
}

.team_mamber_img {
    overflow: hidden;
}


.testimonial_author_img {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial_author_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    margin: auto;
}

.about_testimonial {
    padding: 40px;
}

.testimonial_content h2 {
    font-size: 36px;
    line-height: 48px;
    max-width: 920px;
    text-align: center;
    color: #fff;
    font-style: italic;
    margin: 0 auto 30px;
}

span.testimonial_author_name {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
span.testimonial_author_name small {
    display: block;
    font-size: 16px;
}
.current_page_item a.hfe-menu-item {
    color: #99E600 !important;
}
/*.support_icon span.elementor-icon svg {
    width: 50px;
    height: 50px;
}*/
.home_service_box .elementor-icon-box-icon {
    height: 40px;
}
.our_specialization_conatiner .elementor-icon-box-icon {
    padding-top: 10px;
}

.policy_pages ul {
    padding-left: 30px;
    margin-bottom: 20px;
}
.quick_link_hide {
    opacity: 0;
}



.home_service_box svg path {
    fill: #99e600;
}
.home_service_box .transparent_pricing svg path {
    fill: unset !important;
    stroke: #99e600;
}



.main_bnner_txt_sec {
    transform: translateY(-50%);
}

.contact_us_link a {
    color: #fff;
    text-decoration: none;
}

.contact_us_link a:hover {
    color: #99e600;
}


.single-post .post-content p a {
    color: #99e600;
}
a.sc-sbsi7l-0 {
    display: none !important;
}
.sc-q8c6tt-3 {
    display: none !important;
}
.main_footer_left .hfe-site-logo-container img {
    height: 60px;
}


.single-post .post-content p strong {
    font-weight: 600;
}

.single-post .post-content h2.wp-block-heading {
    color: #fff;
}





/*................... responsive ........................*/


@media(max-width: 1600px){

}



@media(max-width: 1440px){
    .meet_experts::before {
        width: 600px;
        background: radial-gradient(circle, #74d400 -30%, transparent 70%);
    }
    .home_about_setion:after {
        width: 730px;
    }
    .proud_partner::after {
        width: 30%;
    }
    .coming-soon-copy {
        padding: 90px 0 50px;
    }
}

@media(max-width: 1366px){
    .main_banner_sec::before {
        background: radial-gradient(circle, #74d400 -28%, transparent 70%);
    }
    .meet_experts::before {
        top: -24px;
    }
    .main_section_top:after {
        height: 170%;
    }
}

@media(max-width: 1199px){
    .main_banner_sec::before {
        width: 556px;
        top: -63px;
        left: -366px;
    }
    .unlock_potential_list {
        padding: 10px;
    }
    header {
        padding: 0 10px;
            width: 100%;
    }
    .main_header_row_grid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_header_book a.elementor-button {
        padding: 15px 15px;
    }
    .main_header_book a.elementor-button span {
        font-weight: 500;
    }
    .main_header_nav {
        width: 64%;
    }
    .main_header_logo {
        width: 16%;
    }
    .main_header_nav ul li {
        margin: 0 17px;
    }
    .main_banner_left h6, .main_banner_left p {
        width: 300px !important;
    }
    .health_three_health .health_service_right .elementor-widget-image img{
       width: 100% !important;
       height: 380px;
    }
    .health_three_health .health_service_right .elementor-widget-image {
        height: 412px;
        right: 12px !important;
        bottom: -40px !important;
    }
    .health_secound_health .health_service_right .elementor-widget-image {
        right: -50px !important;
        bottom: 0 !important;
        height: 105%;
    }
    .health_service .health_service_right .elementor-widget-image {
        right: 0px;
        bottom: -17px;
    }

    .home_about_img .home_img_secound {
        bottom: 40px !important;
    }
    .health_service_grid .health_service_left {
        padding: 50px 0 50px 50px !important;
    }

    .home_about_setion .e-con-inner {
        padding-bottom: 100px;
    }
    .box-section_img img {
        height: auto !important;
    }
    .box-section_text h4 {
        font-size: 18px !important;
    }
    .box-section_text {
        padding: 10px;
    }
    .still_quction {
        width: 340px;
    }
    .athletes_recover_content {
        padding-left: 40px;
    }
    .right_section span:after {
        bottom: -150px;
        height: 135px;
    }
    .main_banner_heading h2 span {
        font-size: 80px;
        margin-top: 10px;
    }
    .health_secound_health .health_service_left {
        padding-left: 0 !important;
        padding-right: 50px !important;
    }
    .athletes_recover_left img{
        height: auto !important;
    }
    .asked-arrow small {
        left: 108px;
    }
    .asked-arrow-area:hover .asked-arrow small.arrpw-down {
        left: 105px;
    }
    .main_footer_newslater .tnp-field-button {
        width: 25%;
    }
    .main_footer_newslater .tnp-field-email {
        width: 70%;
    }
    .main_banner_left {
        padding-bottom: 80px;
    }
    .main_banner_right {
        padding-bottom: 110px;
        padding-left: 0;
    }
    .session_price {
        padding-left: 10px;
    }
    .session_ttile {
        padding-right: 10px;
    }
    .session_ttile h3 {
        font-size: 21px;
    }
    span.session-price {
        font-size: 30px;
    }
    .benefits_sport_grid h3 {
        font-size: 22px !important;
    }
    header {
        overflow: unset;
    }
    .physiotherapy_left p {
        line-height: normal;
    }
    .physiotherapy_right {
        padding-left: 0 !important;
    }
    .physiotherapy_list {
        padding: 22px 15px 75px 15px;
    }
    .single-post {
        padding-right: 20px;
    }
    .industries_support_grid {
        display: flex;
        flex-wrap: wrap;
    }
    .industries_support_list{
        width: 18% !important;
    }
    .our_process_four:after {
        left: -4%;
        width: 45%;
    }
    .physiotherapy_left {
        padding-right: 20px !important;
    }
    .pain_managment_right {
        padding-left: 20px !important;
    }
    .our_specialization_grid {
        display: flex;
        justify-content: center;
    }
    .elementor-position-left {
        width: 33.33%;
        display: flex;
        justify-content: center;
    }
    .ergonic_service_grid {
        display: flex;
        flex-wrap: wrap;
    }
    .costmit_our_servic .new_our_space {
        flex-wrap: wrap;
    }
    .costmit_our_servic .our_specialization_list {
        width: 48.7%;
    }
    .cosmatic_banner_text .home_img_secound {
        bottom: -111px !important;
    }
    .costimic_testimonials_section .elementor-widget-shortcode {
        max-width: 100% !important;
        margin: 50px auto;
    }


    header {
        padding: 0;
    }
    .main_header_nav {
        width: 73%;
    }
    .main_header_logo {
        order: 2;
        width: 33.33%;
    }
    .main_header_nav {
        width: 33.33%;
        order: 3;
    }
    .main_header_book {
        width: 33.33%;
        order: 1;
        display: none;
        justify-content: flex-start;
    }
    .main_header_logo_img {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: flex-start;
    }
        
    .main_header_nav ul.hfe-nav-menu {
        display: block;
        padding: 0 20px;
        max-height: 500px;
        overflow: auto;
    }   
    header nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
        left: 50% !important;
        width: 100% !important;
        position: fixed !important;
        top: 50px !important;
        transform: translateX(-50%);
        border-radius: 0;
    }
    .admin-bar header nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow{
        top: 85px !important;
    }
    .main_header_nav .hfe-nav-menu__toggle {
            margin-left: auto;
            margin-right: 0 !important;
        }
    .menu-item ul.sub-menu {
        border: none;
    }
    .main_header_nav ul.sub-menu li a {
        padding: 5px 0 !important;
    }
    ul.sub-menu {
        border: none !important;
        padding-left: 15px;
    }   
    ul.sub-menu li {
        border: none !important;
    }   
        .main_header_nav ul li {
        margin: 0;
    }
    .main_header_nav .sub-menu li.menu-item:nth-last-child(1) {
        padding-bottom: 10px;
    }
    .main_header_nav ul .menu-item.parent {
        padding: 2px 0;
    }
    header.sticky nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
        top: 50px !important;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        border: none !important;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow i.fa {
        font-size: 17px;
    }
    body.menu-open {
        overflow: hidden !important;
    }

    .sc-q8c6tt-3 {
        display: flex !important;
    }
    .main_header_row_grid {
        padding: 5px 20px !important;
    }

}

@media(max-width: 991px){
    .our_specialization_conatiner .our_specialization_list {
        width: 100%;
        height: 100%;
        text-align: center !important;
    }
    /*.main_header_book {
        width: 25%;
    }*/
    .main_banner_heading .elementor-heading-title{
        font-size: 40px !important;
    }
    .main_banner_heading h2 span {
        font-size: 60px;
    }
    .truth_deserve_list {
        width: 48%;
    }
    .truth_deserve_sec .e-con-full.truth_deserve_grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .unlock_potential .unlock_potential_grid.e-con.e-child {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .health_service_grid .health_service_left {
        padding: 25px 0 25px 25px !important;
    }
    .health_secound_health .health_service_right .elementor-widget-image {
        right: -84px !important;
        height: 100%;
    }
    .health_service .health_service_right .elementor-widget-image {
        bottom: -65px;
    }
    .health_three_health .health_service_right .elementor-widget-image img {
        height: 285px;
    }
    .health_three_health .health_service_right .elementor-widget-image {
        height: 100% !important;
        right: 12px !important;
    }
    .health_secound_health .health_service_left {
        padding-left: 0 !important;
        padding-right: 25px !important;
    }
    .home_about_img .home_img_secound {
        bottom: auto !important;
        top: 132px;
        left: 0 !important;
        overflow: hidden;
    }
    .unlock_potential_list {
        padding: 25px;
    }
    .being_transformed .being_transformed_grid{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .being_transformed .being_transformed_list {
        width: 48%;
    }
    .box_section .e-con-inner {
        display: flex;
        flex-wrap: wrap !important;
    }
    .box_section .box-section_img {
        width: 48%;
    }
    .box_section .box-section_text{
        width: 48%;
    }
    .box-section_text {
        padding: 30px 20px;
    }
    .why_choose_us .why_choose_grid{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .why_choose_list{
        width: 100% !important;
    }
    .home_FAQ_section .home_FAQ_row.e-flex{
        display: flex;
        flex-wrap: wrap;
    }
    .still_quction {
        position: inherit;
    }
    .home_according {
        width: 100%;
    }
    .main_footer .main_footer_grid {
        display: flex;
        flex-wrap: wrap;
    }
    .main_footer .main_footer_left {
        width: 48%;
    }
    .why_choose_left {
        width: 55%;
        padding: 0 !important;
    }
    .home_FAQ_row h2{
        width: 600px !important;
    }
    .all_heading h2{
        font-size: 30px !important;
    }
    .home_about_text {
        padding: 0;
    }
    .main_footer_left {
        margin-bottom: 40px;
    }

    .main_footer_center {
        margin-bottom: 40px;
    }
    .sports_psychology_content {
        padding-right: 0;
    }
    .pricing_packing_section .pricing_packing_grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pricing_packing_section .pricing_packing_row {
        width: 48%;
    }
    .benefits_sport_section .benefits_sport_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .benefits_sport_grid {
        width: 48%;
    }
    .sport_psychology_section .e-con-inner {
        padding-bottom: 0;
    }
    .sport_psychology_heading h2 {
        font-size: 40px !important;
    }
    .physiotherapy_left{
        flex-wrap: wrap !important;
        flex-direction: row !important;
        align-items: center;
        margin-bottom: 40px;
        width: 100%;
        padding-right: 0;
    }
    .physiotherapy_right {
        width: 100%;
    }
    .physiotherapy_section .e-con-inner,
    .physiotherapy_section {
        display: flex;
        flex-wrap: wrap !important;
    }
    .physiotherapy_img {
        width: 48.5%;
    }
    .physiotherapy_hading {
        width: 48.5%;
    }
    .blog_section .col-md-4 {
        width: 50% !important;
    }
    .blog_section:before {
        top: -131px;
        width: 22%;
        height: 42%;
    }
    .single-post-section:before {
        height: 14%;
    }
    .single-post-section:after {
        width: 50%;
        height: 20%;
    }
    .single-post {
        padding-right: 0;
    }
    .single-post-section .row .col-md-8 {
        width: 100%;
        margin-bottom: 30px;
    }
    .single-post-section .row .col-md-4 {
        width: 100%;
    }
    .image-gallery-section .row .col-md-3 {
        width: 33.33%;
    }
    .common_ergonomic_container_list {
        padding: 15px;
    }
    .industries_support_list {
        width: 22.8% !important;
    }
    .industries_support_list {
        padding: 25px 10px !important;
    }
    .sports_psychology-banner p {
        line-height: normal;
    }
    .ergonic_service_grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .our_comperhensive_list span.item-number {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .our_comperhensive_list::after {
        width: 110px;
        right: -64px;
    }
    .our_comperhensive_list .item-box {
        margin-bottom: 100px;
    }
    .our_process_four:after {
        left: -10%;
        width: 50%;
        bottom: -65px;
    }
    .our_process_bottom:after {
        top: -11px;
    }
    .our_specialization_grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .our_specialization_list {
        width: 48.6%;
    }

    .duration_line {
        flex-wrap: wrap;
    }
    .who_benefits_tabing .e-n-tabs-heading  button span {
        font-size: 22px !important;
    }
    .sport_psychology_section:before {
        width: 25%;
    }
    .physiotherapy_left {
        width: 100% !important;
        max-width: 100% !important;
    }
    .pain_managment_section .physiotherapy_left {
        width: 100% !important;
        padding: 0 !important;
    }
    .pain_managment_right {
        width: 100% !important;
        padding: 0 !important;
    }
    .pain_managment_section .e-con-inner {
        flex-wrap: wrap !important;
    }
    .sports_psychology-banner p {
        max-width: 100%;
    }
    .elementor-position-left {
        width: 48%;
        justify-content: flex-start;
    }
    .physiotherapy_left {
        padding-right: 0 !important;
    }
    .surgical_second_grid {
        flex-wrap: wrap;
        display: flex;
    }
    .type_orthobio_list {
        width: 48.5%;
    }
    .costmit_our_servic .our_specialization_list {
        width: 48% !important;
        height: 260px;
    }
    .costmit_our_servic .our_specialization_list p{
        text-align: center !important;
    }
    .testimonial-slide {
        flex-wrap: wrap;
        display: flex;
    }
    .testimonial-thumbnail {
        width: 100%;
        padding-right: 0;
    }
    .testimonial-slide_content_box {
        width: 100%;
        padding-left: 0;
    }

    .single-post-detils-Image {
        width: 100%;
    }

    .single-post-detils-content {
        width: 100%;
        margin-top: 30px;
        padding-left: 00px;
    }
    .single-post-detils {
        margin-bottom: 10px;
    }   

}

@media(max-width: 767px){
    .new_our_space img {
        margin: auto;
    }   
       .main_banner_right {
        order: 2;
        width: 49%;
    }
    .main_banner_left {
        order: 3;
        width: 49%;
    }
    .main_banner_center{
        order: 1;
        width: 100%;
    }
    .main_banner_center img{
        width: 60%;
    }
    .main_banner_grid.e-con.e-child {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: 300px;
        padding-top: 40px;
    }
    .main_banner_center {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
    }
    .main_banner_heading h2 span {
        font-size: 50px;
    }
    .main_header_row_grid {
        flex-wrap: wrap !important;
    }
    .main_header_logo {
        order: 2;
        width: 33.33%;
    }
    .main_header_nav {
        order: 2;
        width: 33.33%;
    }
    .main_header_row_grid {
        gap: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .main_header_book {
        order: 1;
        width: 33.33%;
    }
    .main_header_nav .hfe-nav-menu__toggle {
        margin-left: auto !important;
    }
    header {
        top: 30px;
    }
    .main_banner_left {
        padding-bottom: 0;
    }
    .main_banner_right {
        padding-bottom: 25px;
        padding-left: 0;
    }
    .main_banner_sec {
        padding: 40px 15px;
    }
    .truth_deserve_heading {
        margin-bottom: 30px;
    }
    .main_banner_heading .elementor-heading-title {
        font-size: 32px !important;
    }
    .unlock_potential_grid_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .unlock_potential_list {
        width: 47%;
    }
    .unlock_potential_img {
        width: 70%;
    }
    .unlock_potential_row {
        margin: 70px 0;
    }
    .health_service .health_service_right .elementor-widget-image {
        position: static !important;
        height: auto !important;
    }
    .health_service_right img {
        width: 40%;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
    }
    .health_secound_health .health_service_right {
        order: 2;
    }
    .health_secound_health .health_service_left {
        order: 1;
        padding: 30px !important;
    }
    .health_service_grid .health_service_left {
        padding: 30px !important;
    }
    .health_three_health .health_service_right .elementor-widget-image img {
        height: 100%;
        width: 60% !important;
        object-fit: contain;
        object-position: bottom;
    }
    .home_about_setion:after{
        display: none;
    }
    .home_about_setion .e-con-inner {
        padding-bottom: 60px;
    }
    .why_choose_list  .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
    }
    .why_choose_list  .elementor-image-box-content {
        width: 85%;
    }
    .why_choose_list figure.elementor-image-box-img {
        width: 15% !important;
        padding-right: 20px;
    }

    .asked-arrow small {
        left: 118px;
    }
    .asked-arrow-area:hover .asked-arrow small.arrpw-down {
        left: 118px;
    }
    header nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
        left: 50% !important;
        width: 100% !important;
        position: fixed !important;
        top: 50px !important;
        transform: translateX(-50%);
        border-radius: 0;
    }
    .main_header_nav ul.hfe-nav-menu {
        display: block;
        padding: 0 20px;
        max-height: 500px;
        overflow: auto;
    }
    .hfe-nav-menu li.menu-item {
        margin: 0;
    }

    ul.sub-menu li {
        border: none !important;
    }

    ul.sub-menu {
        border: none !important;
        padding-left: 15px;
    }

    .main_header_nav ul.sub-menu li a {
        padding: 5px 0 !important;
    }

    .main_footer_center_grid {
        display: flex;
        justify-content: space-between !important;
    }
    .main_footer_center_menu{
        width: 48%;
    }
    .main_footer .main_footer_left {
        width: 100%;
    }

    header {
        top: 0 !important;
        padding: 0;
    }
    .main_header_row {
        border-radius: 0;
    }
    .main_banner_heading {
        padding-top: 0 !important;
    }

    .home_about_img {
        order: 1;
        padding: 0;
        display: flex !important;
        flex-wrap: wrap !important;
        display: flex !important;
        flex-direction: row !important;
    }
    .home_about_text {
        order: 2;
    }
    .health_service_right {
        display: none;
    }
    .health_service_grid {
        margin-bottom: 20px !important;
    }
    .home_img_secound {
        width: 48% !important;
        position: static !important;
        margin: 0 !important;
        border: none !important;
    }
    .home_img_first {
        width: 48%;
        max-width: 48% !important;
        margin-left: 0;
    }
    .proud_partner_row p {
        line-height: normal;
    }

    .sports_psychology_image {
        padding-left: 0;
    }
    .sport_psychology_section{
        overflow: hidden;
            
    }
    .sport_psychology_section:after {
        top: -120px;
        right: -79px;
        width: 50%;
        height: 50%;
    }
    .sport_psychology_section:before {
        top: -427px;
        left: -121px;
        width: 40%;
    }
    .sport_psychology_section .e-con-inner {
        padding-top: 80px;
    }
    .sport_psychology_heading h2 {
        font-size: 35px !important;
    }
    .physiotherapy_list {
        width: 48.6% !important;
    }
    .physiotherapy_grid.e-con {
        display: flex;
        flex-wrap: wrap;
    }
    .blog_section:before {
        top: -7px;
        width: 35%;
        height: 38%;
    }
    .single-post-section {
        padding: 60px 0;
    }
    .image-gallery-section h2 {
        font-size: 30px;
    }
    .image-gallery-section h2 {
        font-size: 30px;
    }
    .experience_training_row {
        display: flex;
        flex-wrap: wrap;
    }
    .experience_training_list {
        width: 48.4%;
        display: flex;
    }
    .our_comperhensive_list::after{
        display: none !important;
    }
    .our_comperhensive_list .item-box {
        margin-bottom: 40px;
    }
    .our_comperhensive_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .our_comperhensive_list {
        width: 31.33%;
    }
    .what_we_offer_text {
        margin-bottom: 40px;
    }
    .what_we_offer_img {
        margin-bottom: 40px;
    }
    .our_comperhensive_row_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .our_comperhensive_row{
        display: none;
    }
    .what_we_offer_text{
        padding-left: 0;
    }
    .ergonic_service_grid .consultation-card {
        width: 48%;
    }
    .elementor-position-left {
        width: 48%;
        justify-content: center;
        text-align: center !important;
    }
    .our_specialization_grid h3 {
        text-align: center !important;
        margin-bottom: 5px !important;
    }
    .our_specialization_grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .costmit_our_servic p {
        text-align: center;
    }

    .our_medical_section_main {
        display: flex;
        flex-wrap: wrap;
    }
    .our_medical_section_block .our_medical_section_list {
        width: 48.5% !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }


    .testimonial_content h2 {
        font-size: 20px;
        line-height: normal;
    }
    span.testimonial_author_name {
        font-size: 16px;
    }
    span.testimonial_author_name small {
        font-size: 13px;
    }
    .about_testimonial {
        padding: 20px 0px;
    }

    .about_soluction_sec_secound {
        position: static !important;
        width: 48% !important;
        max-width: 48% !important;
    }
    .about_soluction_sec {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between;
    }
    .about_soluction_sec_first {
        width: 48% !important;
        max-width: 48% !important;
    }
    .home_service_box .elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper {
        align-items: center !important;
    }

    .main_bnner_txt_sec .elementor-element {
        width: 100%;
        text-align: center;
    }
    .main_bnner_txt_sec .elementor-element .elementor-element {
        width: 100%;
        text-align: center;
        max-width: 500px !important;
        margin: 0 auto  10px;
    }
    .main_bnner_txt_sec {
        transform: translateX(-50%);
        left: 50% !important;
        top: auto !important;
        bottom: 80px;
    }

}

@media(max-width: 580px){
    .invisalifn_according p {
        padding: 0px 10px !important;
    }    
    .genetal_new_section .ergonic_service_container {
        margin-top: 0;
    }    
    .genetal_new_section {
        margin-top: 0;
    }
    .home_img_first {
        order: 2;
    }
    .home_img_secound{
        order: 1;
    }
    .main_banner_sec {
        padding: 50px 15px 80px;
    }
    .main_banner_heading .elementor-heading-title {
        font-size: 30px !important;
    }
    .main_banner_right,
    .main_banner_left{
        width: 52%;
    }
    .main_banner_left h6.elementor-heading-title br {
        display: none;
    }
    .main_banner_left .elementor-widget {
        width: 100% !important;
    }
    .main_banner_left h6.elementor-heading-title {
        width: 100% !important;
        font-size: 16px !important;
    }
    .main_banner_left p {
        width: 100% !important;
    }
    .main_banner_center {
        position: absolute;
        right: -20px;
        top: 0;
        width: 60%;
    }
    .main_banner_sec {
        overflow: hidden;
    }
    .main_banner_sec .e-con-inner {
        padding-bottom: 0;
    }
    .truth_deserve_list {
        width: 100%;
    }
    .truth_deserve_list h3{
        height: auto;
    }
    .unlock_potential_list {
        width: 100%;
    }
    .unlock_potential_row {
        padding-left: 20px;
        padding-right: 20px;
    }
    .unlock_potential_img {
        width: 90%;
    }
    .health_service_grid .health_service_left {
        padding: 40px 20px 10px !important;
    }
    .health_service_right img {
        width: 70%;
    }
    .health_secound_health .health_service_right {
        left: -30px !important;
    }
    .health_three_health .health_service_right {
        bottom: 0 !important;
    }
    .health_service_grid {
        border-radius: 12px !important;
        margin-bottom: 30px !important;
    }
    .all_heading h2 {
        line-height: normal;
    }
    .being_transformed_row p {
        line-height: 1.3;
    }
    .being_transformed_list {
        width: 100% !important;
    }
    .being_transformed .e-con-inner {
        padding-bottom: 60px;
    }
    .proud_partner_row {
        border-radius: 15px !important;
        padding: 100px 20px !important;
        min-height: auto !important;
    }
    .proud_partner_row p {
        line-height: 1.2;
        letter-spacing: 0;
    }
    .box_section .box-section_img {
        width: 100%;
    }
    .box_section .box-section_text {
        width: 100%;
    }
    .box-section_text h4 {
        font-size: 22px !important;
    }
    .why_choose_us .e-con-inner {
        padding: 60px 0 !important;
    }
    .why_choose_left {
        width: 75%;
    }
    .why_choose_list  .elementor-image-box-wrapper {
        flex-wrap: wrap;
    }
    .why_choose_list figure.elementor-image-box-img {
        width: 17% !important;
        padding-right: 15px;
        margin-bottom: 0px !important;
        margin-left: 0 !important;
        padding-top: 7px;
    }
    .why_choose_list  .elementor-image-box-content {
        width: 83%;
    }
    .why_choose_list {
        border-radius: 15px !important;
    }
    .why_choose_list  .elementor-image-box-wrapper {
        align-items: flex-start;
    }
    .athletes_recover_section {
        padding: 60px 15px !important;
    }
    .athletes_recover_left {
        padding: 0;
    }
    .meet_experts::before {
        top: 0;
        width: 440px;
        height: 50%;
    }
    .meet_experts {
        padding: 70px 15px 30px !important;
    }
    .meet_experts_grid .elementor-shortcode {
        flex-wrap: wrap !important;
    }
    .team_container {
        width: 100%;
        margin-bottom: 30px;
    }
    .home_FAQ_section .home_FAQ_row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home_FAQ_row h2.elementor-heading-title {
        width: 100% !important;
        line-height: 2rem !important;
    }
    .home_according_row summary.e-n-accordion-item-title:after {
        top: 27px;
    }
    .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title:after {
        top: 32px;
    }
    .home_FAQ_section .e-con-inner {
        padding-bottom: 60px;
    }
    .main_footer_left {
        margin-bottom: 20px;
    }
    .main_footer_center {
        margin-bottom: 20px;
    }

    .main_header_nav {
        width: 33.33%;
    }
    .main_header_logo {
        width: 33.33%;
    }
    .main_header_book a.elementor-button {
        padding: 13px 10px;
    }
    .main_header_book a.elementor-button span {
        font-weight: 400;
        font-size: 14px;
    }
    /*.main_header_book {
        width: 42%;
    }*/
    .main_banner_center img {
        width: 100%;
    }
    .unlock_potential_img{
        display: none;
    }

    .unlock_potential_row {
        padding-bottom: 30px !important;
        border-radius: 0 !important;
    }
    .unlock_potential{
        padding-left: 0;
        padding-right: 0;
    }
    .home_img_first {
        width: 47%;
        max-width: 47% !important;
        margin-left: 0;
    }
    .home_img_secound {
        width: 47% !important;
    }
    .home_about_setion .e-con-inner {
        padding-top: 30px;
    }
    .all_heading h2 br {
        display: none;
    }
    .proud_partner_row .all_heading h2{
        font-size: 22px !important;
    }
    .team_row {
        display: flex;
    }
    .team_list {
        width: 45%;
    }
    .team_heading {
        width: 55%;
        padding-left: 10px;
        text-align: left;
    }
    .team_list img {
        height: auto;
    }
    .team_heading h3 {
        margin: 0 0 7px;
        font-size: 18px;
    }
    .team_heading  p {
        margin: 0;
        font-size: 14px;
    }
    .home_according {
        order: 1;
    }
    .home_faq_heading {
        order: 2;
        position: static;
    }
    .home_faq_heading .all_heading {
        position: absolute;
        top: 0;
    }
    .home_FAQ_row {
        padding-top: 150px;
    }
    .home_faq_heading .all_heading {
        position: absolute;
        top: 20px;
        padding: 20px;
        left: 0;
    }
    .all_heading h2 {
        font-size: 26px !important;
    }
    footer .main_footer_left .elementor-widget-site-logo {
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .main_footer {
        padding-top: 0;
    }
    .home_according_row .e-n-accordion-item-title-text{
        padding-right: 17px !important;
    }
    .sports_psychology-banner p {
        line-height: normal;
            margin-bottom: 10px;
    }
        .sport_psychology_section .e-con-inner {
        padding-top: 60px;
    }
        .sport_psychology_heading h2 {
        font-size: 32px !important;
    }
        .pricing_packing_section .pricing_packing_row {
        width: 100%;
    }
        .benefits_sport_grid {
        width: 100%;
    }
        .benefits_sport_row {
        padding-top: 40px;
    }
        .pricing_packing_section .e-con-inner {
        padding-bottom: 70px;
            padding-top: 60px;
    }
        .benefits_sport_grid h3 {
        font-size: 20px !important;
    }
        .session_ttile h3 {
        margin-bottom: 10px;
    }
        .sport_psychology_section:after {
        top: -57px;
        right: -79px;
        width: 60%;
        height: 50%;
    }
        .sport_psychology_section:before {
        top: -365px;
        left: -100px;
        width: 50%;
    }
        .sports_psychology_grid .sports_psychology_content.e-flex.e-con.e-child {
        order: 2;
            text-align: center;
    }
        .sports_psychology_grid .sports_psychology_image.e-flex.e-con.e-child {
        order: 1;
            margin-bottom: 25px;
    }
    .benefits_sport_container {
        padding: 60px 15px 40px 15px;
    }
    .benefits_sport_grid {
        margin-bottom: 30px !important;
    }   
    .footer_copyright span.elementor-heading-title {
        max-width: 300px;
        display: block;
        text-align: center;
        margin: auto;
        line-height: normal;
    }   
    .coming-soon-copy {
        padding: 90px 0;
        font-size: 26px;
    }
    .main_section_top p {
        line-height: normal;
    } 
    .physiotherapy_hading {
        width: 100%;
    }
    .physiotherapy_img {
        width: 100%;
    }
    .physiotherapy_list {
        width: 100% !important;
    }
    .physiotherapy_section .e-con-inner {
        padding-bottom: 60px;
    }
    .main_section_heading h2{
        font-size: 32px !important;
        line-height: normal;
    }
    .physiotherapy_hading h2 {
        margin-bottom: -15px;
    }
    .physiotherapy_list h3 {
        font-size: 22px;
        margin-bottom: 18px !important;
    }
    .physiotherapy_list p {
        margin-bottom: 10px !important;
    } 
    .physiotherapy_list span {
        font-size: 20px;
    } 
    .physiotherapy_list ul li {;
        margin-bottom: 6px;
    }
    .main_section_top:before {
        width: 40%;
    }
    .physiotherapy_list {
        padding: 20px 20px 75px 20px;
    }
    .main_section_top .e-con-inner {
        padding: 60px 0 70px;
    }
    .physiotherapy_left p {
        margin-bottom: 0;
    }
    .blog_section .col-md-4 {
        width: 100% !important;
    }
    .blog_section:before {
        top: 0;
        height: 15%;
    }
    .single-post-section .row .col-md-8 {
        margin-bottom: 20px;
    }
    .single-post h1 {
        font-size: 22px;
    }
    .blog_details_right h3 {
        font-size: 22px;

    }
    .single-post-section {
        padding: 60px 0 40px;
    }
    .sidebar-categories {
        padding-bottom: 15px;
    }
    .latest-posts-row {
        margin-bottom: 20px;
    }
    .image-gallery-section {
        padding: 60px 0;
    }
    .image-gallery-section .row .col-md-3 {
        width: 50%;
    }
    .lightbox .lb-nav a.lb-next {
        position: absolute;
        right: 0px;
         opacity: 1 !important;
        display: block !important;
    }
    .lightbox .lb-nav .lb-prev{
        position: absolute;
        left: 0px;
         opacity: 1 !important;
        display: block !important;
    }
    .lightbox{
        padding-top: 30px;
    }
    .lightbox .lb-nav a.lb-next {
        position: absolute;
        right: 0px;
         opacity: 1 !important;
        display: block !important;
    }
    .lightbox .lb-nav .lb-prev{
        position: absolute;
        left: 0px;
         opacity: 1 !important;
        display: block !important;
    }
    .lightbox{
        padding-top: 30px;
    }
    .industries_support_list {
        width: 47.3% !important;
    }
    .our_comperhensive_list {
        width: 47.4%;
    }
    .ergonic_service_container p {
        line-height: normal;
        margin-bottom: 0;
    }
    .experience_training_list {
        width: 100%;
    }
    .our_specialization_list {
        width: 100%;
    }
    .our_comperhensive_list .item-box {
        margin-bottom: 20px;
    }
    .ergonic_service_grid {
        margin-top: 30px;
    }
    .ergonic_service_container {
        margin-top: 40px;
    }
    .what_we_offer_text{
        order: 2;
    }
    .what_we_offer {
        margin-bottom: 0px;
    }
    .what_we_offer_img {
        order: 1;
    }
    .ergonic_service_grid .consultation-card {
        width: 100%;
    }
    .our_specialization_grid .elementor-position-left {
        width: 100%;
        justify-content: center;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .our_specialization_grid p {
        text-align: center !important;
    }
    .our_specialization_grid .elementor-icon-box-icon {
        margin-bottom: 0 !important;
    }
    .type_orthobio_list {
        width: 100%;
    }
    .meet_our_team_container h2 {
        margin-bottom: 15px;
    }
    .policy_pages h3 strong {
        font-size: 20px;
    }
    .costmit_our_servic .our_specialization_list {
        width: 100% !important;
        height: 100%;
    }
    .our_medical_section_block .our_medical_section_list {
        width: 100% !important;

    }
    .testimonials_sub_title h4 {
        font-size: 22px !important;
    }
    .costimic_testimonials_section .elementor-widget-shortcode {
        margin: 20px auto;
    }

    .what_we_offer_text{
        padding-right: 0 !important;
    }
    .retainers_section {
        padding: 20px;
    }
    .about_soluction_sec_secound {
        width: 47% !important;
        max-width: 48% !important;
    }
    .about_soluction_sec_first {
        width: 47% !important;
        max-width: 47% !important;
    }
    .team_mamber_img img {
        height: 100% !important;
        object-fit: cover !important;
    }
    .gallery_list {
        border-radius: 6px;
    }
    header nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
        width: 101% !important;
    }
    .main_bnner_txt_sec {
        bottom: 30px;
    }
    .main_bnner_txt_sec .elementor-element h2 {
        line-height: normal !important;
    }
    .image-gallery-section h2 {
        font-size: 32px;
        letter-spacing: 0 !important;
    }

}

@media(max-width: 390px){
    .industries_support_list {
        width: 47% !important;
    }
    .our_comperhensive_list {
        width: 47%;
    }
    .main_bnner_txt_sec .elementor-element .elementor-element {
        margin: 0;
    }
    
}