/*
Theme Name: Dynamic Neuromuscular Rehabilitation
Author: Dmitriy Fesenko
Author URI: http://singree.com/
Description: This theme created special for http://nydnrehab.com
Version: 1.0
*/

@import 'assets/css/reset.css';
@import 'assets/css/text.css';
/*@import 'assets/includes/owl.carousel.2.1.0/assets/owl.carousel.min.css';
@import 'assets/css/owl-carousel-style.css';*/

@font-face {
    font-family: 'Segoe UI';
    src: url('/font/SEGOEUI.eot');
    src: url('/font/SEGOEUI.eot?#iefix') format('embedded-opentype'),
    url('/font/SEGOEUI.woff') format('woff'),
    url('/font/SEGOEUI.woff2') format('woff2'),
    url('/font/SEGOEUI.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;

}
@font-face {
    font-family: 'Segoe UI';
    src: url('/font/segoeuil-webfont.eot');
    src: url('/font/segoeuil-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/segoeuil-webfont.woff') format('woff'),
    url('/font/segoeuil-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'Segoe UI';
    src: url('/font/segoeuib_0-webfont.eot');
    src: url('/font/segoeuib_0-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/segoeuib_0-webfont.woff') format('woff'),
    url('/font/segoeuib_0-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('/font/semi-bold/segoe_uisemibold.eot');
    src: url('/font/semi-bold/segoe_uisemibold.eot?#iefix') format('embedded-opentype'),
    url('/font/semi-bold/segoe_uisemibold.woff') format('woff'),
    url('/font/semi-bold/segoe_uisemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'adventura33';
    font-display: swap;
    src: url('/font/regular/AdVentura33-Condensed.eot');
    src: url('/font/regular/AdVentura33-Condensed.eot?#iefix') format('embedded-opentype'),
    url('/font/regular/AdVentura33-Condensed.woff') format('woff'),
    url('/font/regular/AdVentura33.ttf') format('truetype'),
    url('/font/regular/AdVentura33-Condensed.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futurabold';
    font-display: swap;
    src: url('/font/futura_extra_bold-webfont.eot');
    src: url('/font/futura_extra_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/futura_extra_bold-webfont.woff2') format('woff2'),
    url('/font/futura_extra_bold-webfont.woff') format('woff'),
    url('/font/futura_extra_bold-webfont.ttf') format('truetype'),
    url('/font/futura_extra_bold-webfont.svg#futurabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Constantia';
    font-display: swap;
    src: url('/font/Constantia.eot');
    src: url('/font/Constantia.eot') format('embedded-opentype'),
    url('/font/Constantia.woff2') format('woff2'),
    url('/font/Constantia.woff') format('woff'),
    url('/font/Constantia.ttf') format('truetype'),
    url('/font/Constantia.svg#Constantia') format('svg');
}

@font-face {
    font-family: 'clarendon_btroman';
    font-display: swap;
    src: url('/font/clarendon_bt-webfont.eot');
    src: url('/font/clarendon_bt-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/clarendon_bt-webfont.woff2') format('woff2'),
    url('/font/clarendon_bt-webfont.woff') format('woff'),
    url('/font/clarendon_bt-webfont.ttf') format('truetype'),
    url('/font/clarendon_bt-webfont.svg#clarendon_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    background: #fff;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: #fff;
}

a {
    color: #06c;
}

a:hover {
    color: #c60;
}

small {
    font-size: 11px;
}

.head-wrap-allin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.caking {
    position: relative;
    height: 186px;
}
.container_home_block {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.margin_top_5 {
    margin-top: 5px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_15 {
    margin-top: 15px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_40{
    margin-top: 40px;
}

.margin_bottom_5 {
    margin-bottom: 5px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_15 {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;
}


#media-block-mainpage {
    padding-left: 8%;
    padding-right: 8%;
}

#media-block-mainpage a div {
    width: calc(100% / 6);
    margin-right: 25px;
}

#media-block-mainpage a :last-child {
    margin-right: 0px;
}

form.contact-form input:focus{
color:black;
}

/* `Data Table
----------------------------------------------------------------------------------------------------*/

.data,
.data th,
.data td {
    border-style: solid;
    border-color: #ddd;
}

.data {
    border-width: 0 1px 1px;
    width: 100%;
}

.data caption {
    padding: 0 10px 5px;
    text-transform: uppercase;
}

.data th,
.data td {
    border-top-width: 1px;
    padding: 5px 10px;
}

.data th {
    white-space: nowrap;
}

.data thead th {
    background: #eee;
    font-weight: bold;
    text-shadow: #fff 0 1px 0;
}

.data tbody th {
    width: 1px;
}

.data tr th:first-child {
    text-align: right;
}

/* `Code
----------------------------------------------------------------------------------------------------*/

pre,
code {
    font-size: 12px;
    font-family: Menlo, Courier, monospace;
}

pre,
.notice {
    background: #ffe;
    border: 1px solid;
    border-color: #eed #ccb #bba #ddc;
    overflow: auto;
    padding: 10px 0 10px 10px;
}

* html pre {
    overflow: hidden;
    width: 97%;
}

code {
    background: #ff9;
    padding: 0 2px;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

.green {
    background-color: green;
}

.red {
    background-color: red;
}

.white {
    background-color: white;
}

.blue {
    background-color: blue;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.logo h4, .logo .address {
    margin: 10px 0 15px 0;
    font-size: 16px;
    color: #fff;
}

.logo .address {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    line-height: 1;
    font-weight: bold;
    display: block;
}

.full-width-div {
    width: 100%;
}

.header {
    min-height: 130px;
    background-color: #333;
    padding-top: 10px;
}

.callnow span {
    font-size: 44px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2.3px;
}

.callnow span a {
    text-decoration: none;
    font-size: 44px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2.3px;
}

.hide_desctop {
    display: none;
}

.callnow h5 {
    margin-bottom: -5px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1.4px;
}

.footer {
    min-height: 325px;
    background-color: #333;
}

.blue_banner {
    margin-bottom: 7px;
}

.blue_banner_m {
    background-color: #3399e0;
    margin-bottom: 7px;
    width: 100%;

    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 19px;

    display: none;
}

.blue_banner_m div {
    width: 320px;
    text-align: left;
    margin: 0 auto;
}

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

.blue_banner_m img {
    margin-right: 15px;
}

/* `Slider
----------------------------------------------------------------------------------------------------*/

.carousel-links-mainpage {
    width: 100%;
    /*height: 100%;*/
}

.slider-arrow, .slider-nav {
    display: none;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: -18px;
}

.slides {
    /*height: 100%;*/

    /* Simple clear fix */
    overflow: hidden;

    /**
     * Prevent blinking issue
     * Not tested. Experimental.
     */
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;

    /**
     * Here is CSS transitions
     * responsible for slider animation in modern broswers
     */
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    /*height: 100%;*/
    float: left;
    clear: none;
    margin: 0;
}

.slider-arrows {
}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
}

.slider-arrow--right {
    background: url('img/arrow_banner.png') no-repeat -64px 0;
    width: 64px;
    height: 63px;
    bottom: 50%;
    right: 30px;
}

.slider-arrow--left {
    background: url('img/arrow_banner.png') no-repeat 0 0;
    width: 64px;
    height: 63px;
    bottom: 50%;
    left: 30px;
}

.slider-nav {
    position: absolute;
    bottom: 20px;
}

.slider-nav__item {
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: url('img/button_banner.png') no-repeat -28px 0;
    width: 24px;
    height: 28px;
}

.slider-nav__item:hover {
    background: url('img/button_banner.png') no-repeat 0 0;
    width: 24px;
    height: 28px;
}

.slider-nav__item--current {
    background: url('img/button_banner.png') no-repeat 0 0;
    width: 24px;
    height: 28px;
}

/* `Menu
----------------------------------------------------------------------------------------------------*/
.menu ul li a {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
}

.menu ul a:hover {
    color: #3399E0;
}

.top_menu ul {
    position: absolute;
    display: none;
    margin-left: -53px;
    width: auto;
}

.top_menu ul li {
    background-color: #000;
    padding: 15px 23px;
    margin-bottom: -20px;
    display: block;
    width: 570px;
}

.grad img {
    margin-top: -15px;
}

.container_12 {
    z-index: 0;
}

/* `Three Block
----------------------------------------------------------------------------------------------------*/
.threeblock h6 {
    line-height: 1;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 300;
    color: #6bb0e6;
    text-align: center;
    font-size: 18px;
}

.threeblock p {
    text-indent: 2.7em;
    line-height: 1.5;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #585858;
    text-align: justify;
    padding: 0 12px 0 12px;
}

.threeblock span {
    text-align: center;
    display: block;
}

.threeblock a {
    color: #009ae3;
    text-decoration: none;

}

/* `Posts
----------------------------------------------------------------------------------------------------*/
.post {
    border-bottom: 1px solid #3399e0;
    margin-bottom: 20px;
}

.h1_p {
    position: relative;
    padding-left: 160px;
}

.post img {
    border-left: 1px solid #3399e0;
    border-top: 1px solid #3399e0;
    border-right: 1px solid #3399e0;
    float: left;
}

.post h4 {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #3399e0;
    padding: 5px 0 0 0;
}

.post h4 a {
    color: #3399e0;
    text-decoration: none;
}

.post .p {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 12px;
    color: #494955;
    position: absolute;
    bottom: 5px;

    max-height: 70px;
    overflow: hidden;
}

/*  `videobar
------------------------------------------------------------------------------------------------------*/
.videobar {
    text-align: center;
}

/* `Footer
------------------------------------------------------------------------------------------------------*/
.footer .logo img {
    max-width: 100%;
    height: auto;
    margin-top: 11px;
}

.footer .logo h4, .footer .logo .address {
    margin-top: 35px;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 300;
}

.footer .copy p {
    font-size: 11px;
    font-family: Tahoma;
    color: #fff;
}

.working_hours ul li {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 11px;
    color: #fff;
}

.working_hours li span:first-child {
    width: 70px;
    display: inline-block;
}

.working_hours b {
    margin-bottom: 5px;
    display: block;
}

.huff-post {
    margin-bottom: 50px;
}

.huff-post .link-huf-post {
    text-align: center;
    margin-top: 60px;
}

.huff-post .title-block {
    text-align: center;
    margin: 20px 0 100px;
    font-size: 42px;
    font-weight: 700;
}

.huff-post .title-block span {
    display: inline-block;
    padding: 0 10px 15px;
    border-bottom: 1px solid black;
}

.huff-post .logo-journal a {
    text-decoration: none;
}

.huff-post .logo-journal .item {
    width: calc(100% / 5);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: -3px;
    margin-bottom: 10px;
}

.huff-post .logo-journal .item img {
    max-width: 100%;
}

/* `Search
----------------------------------------------------------------------------------------------------*/
.footer_search {
    margin-top: 15px;
}

.footer_search form .text-field {
    float: left;
    padding: 2px;
    min-height: 24px;
    width: 100%;
}

.footer_search form .text-field:focus {
    border-color: #333;
}

.footer_search input.submit {
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    text-indent: -999px; /* To remove any default text on the button*/
    line-height: 16px; /* required for IE */
    background: url(img/search.png) no-repeat 0 0; /* This will display the search icon by default */
    cursor: pointer; /* Hand cursor for the normal state */
    border: none;
    float: left;
    margin: 5px 0 0 -24px;
    padding: 0;
}

.footer_contact {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    clear: both;

}

.footer_contact table {
    margin-top: 15px;
    width: 100%;
}

.footer_contact tr table {
    margin: 0;
    padding: 0;
}

.footer_contact tr {
    height: 23px;
}

.footer_contact input {
    width: 100%;
}

.footer_contact input[type="submit"] {
    width: 30%;
    background: none;
    float: right;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    margin-top: -20px;
}

.footer_contact h3 {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 25px 0 -5px 0;
}

.footer_contact tbody td {
    border: none;
}

.info {
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin-top: 20px;
    text-align: center;
}

/*  `Sidebar
----------------------------------------------------------------------------------------------------------*/
.sidebar {
    text-align: center;
}

.widget ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.widget {
    margin-bottom: 15px;
    margin-top: 10px;
}

.widget_nav_menu .menu {
    background-color: #fff;
}

.widget_nav_menu h3, .widget_nav_menu h2 {
    display: none;
}

.widget_nav_menu .current-menu-item a {
    color: #3399E0;
    font-size: 19px;
}

.widget_nav_menu .menu-item a:hover {
    color: #3399E0;
}

.widget-title {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #3399e0;
    text-align: left;
    margin-bottom: 10px;
}

.widget ul li a {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #6b6b6b;
    text-decoration: none;
}

.sidebar_contact {
    margin-top: 35px;
}

.sidebar_contact h2 {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 30px;
    color: #3399e0;

    margin-bottom: 5px;
}

/*  `nm-breadcrumbs
------------------------------------------------------------------------------------------------------------*/
.nm-breadcrumbs a {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 16px;
    color: #3399e0;
    text-decoration: none;
}

.nm-breadcrumbs {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0 0 20px 0;
}

/*  Video block on Home page
-----------------------------------------*/
body.customize-support .wpvl_auto_thumb_box {
    position: relative;
    width: 255px;
    height: auto;
    margin: 0 auto;
    clear: both;
}

body.customize-support .video_lightbox_auto_anchor_image {
    width: 255px;
    height: auto;
}

body.customize-support .wpvl_auto_thumb_play {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
}

/*  `Ninja
-----------------------------------------*/
.ninja-forms-form {
    color: #939393;
}

.ninja-forms-form label {
    margin-left: 12px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
}

.ninja-forms-form input {
    border: 1px solid #939393;
}
.ninja-forms-form input[type='number'] {
    width:100%;
}

.ninja-forms-form textarea {
    border: 1px solid #939393;
}

.ninja-forms-required-items {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    font-style: italic;
}

.ninja-forms-form input[type="submit"] {
    background-color: #888888;
    padding: 0 7px;

    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
    color: #fff;

    float: right;
}

.ninja-forms-form .label-above label {
    margin-bottom: 0;
    font-weight: normal;
}

.ninja-forms-field-error {
    color: red;
}

/*  `Article
----------------------------*/
.article h2, h3, h4 {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #000;
    text-align: center;
}

.article ul li {
    list-style: disc;
}

.article ol > li {
    list-style: decimal;
}

.article h1 {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 32px;
    color: #000;
}

#post-body .article h1 {
    text-transform: capitalize;
    margin-top: 0;
}

.icon {
    margin: -30px 0 30px 0;
}

.icon a {
    margin-right: 3px;
}


/*Full width testomonial section*/

.testimonial-fullwidth-holder{
    width: 100%;
    height: 70vh;
}


.video-flex{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.video-flex div.single-vid-holder{
    width: 25%;
    margin: 50px;
}

.st-head{
    color: #000000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

/* `Video Container
-----------------------------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 25px 0;
}
.video-container iframe {
    width: 100% !important;
    height: 100% !important;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.certifications {
    text-align: left;
}

.certifications img {
    display: block;
    width: 95px !important;
    float: left;
    margin: 5px 5px;
    border: 1px solid #8BA3B3;
}

.mConditions tbody, td {
    border: 1px solid black;
    text-align: left;
}

.mConditions td {
    text-align: left;
    padding: 5px 5px;
}

.mailto {
    display: block;
    margin-top: 15px;
    font-size: 14px;
}

.mailto a {
    color: #fff;
}

.mailto a:hover {
    color: #3399E0;
}

.carousel-links-mainpage ul {
    position: absolute;
    text-align: center;
    width: 98%;
    margin: auto;
    bottom: 65px;
    z-index: 999999999999999999999999999999;
}

#home_text h2, #home_text h3 {
    color: #3399e0;
    margin-bottom: 10px;
}

#home_text h2, #home_text h3, #home_text p, .main_page_block_wrapper ul, .main_page_block_wrapper img {
    padding: 5px;
}

#home_text h2, #home_text h3 {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
}

#home_text h2, #home_text h3, #home_text h2 {
    font-size: 16px;
}

#home_text p, .main_page_block_wrapper ul li {
    font-size: 12px;
}

.main_page_block_wrapper ul {
    padding: 0 5px 4px;
}

.main_page_block_wrapper {
    margin-right: 1.55%;
    margin-bottom: 1%;
    width: 32%;
    display: inline-block;

    vertical-align: top;
}

.main_page_block_inner_wrapper {
    border: 1px solid #cdcdcd;
    margin-top: 5%;
}

.main_page_last_block_wrapper {
    border: 1px solid #cdcdcd;
    margin-top: 1%;
}

.main_page_block_wrapper:last-child {
    width: 100%;
}

#home_text p {
    margin-bottom: 0 !important;
}

.main_page_block_wrapper ul {
    margin-bottom: 0 !important;
}

.main_page_block_wrapper ul li {
    margin-left: 0 !important;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.main_page_last_block_left {
    width: 32%;
    display: inline-block;
}

.main_page_last_block_right {
    width: 65%;
    display: inline-block;
    float: right;
}

.carousel-links-mainpage li {
    display: inline-block;
}

.carousel-links-mainpage li a {
    color: #fff;
    /*text-shadow: 0 0 10px #3399e0, 0 0 20px #3399e0, 0 0 30px #3399e0, 0 0 40px #3399e0, 0 0 70px #3399e0, 0 0 80px #3399e0, 0 0 100px #3399e0, 0 0 150px #3399e0;*/

    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase;
}

.contact-us-page {
    position: relative;
}

.contact-us-page .google-maps {
    height: 500px;
    margin-bottom: 650px
}

.contact-us-page .contact-form {
    position: absolute;
    top: -750px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-us-page .grid_12 {
    position: relative;
}

.contact-us-page .inline-block {
    display: inline-block;
    vertical-align: middle;
}

.contact-us-page .contact-form .lg-4 {
    width: 400px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-us-page .contact-form .left-side-form {
    background-color: #009be6;
    color: #fff;
    font-size: 20px;
    padding: 141px 35px 179px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-us-page .contact-form .left-side-form .item {
    margin-bottom: 40px;
}

.contact-us-page .contact-form .left-side-form .item:last-child {
    margin-bottom: 0;
}

.contact-us-page .contact-form .left-side-form a {
    text-decoration: none;
    color: #fff;
}

.contact-us-page .contact-form .left-side-form .phone {
    padding-left: 5px;
    font-size: 24px;
}

.contact-us-page .contact-form .lg-8 {
    width: 540px;
    float: left;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-us-page .contact-form .right-side-block {
    padding: 25px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-us-page .contact-form .right-side-block .title-form h1 {
    color: #201a16;
    font-size: 36px;
}

.contact-us-page .contact-form .right-side-block .field-block {
    margin-bottom: 20px;
    padding: 0 10px;
}

.contact-us-page .contact-form .right-side-block label {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 300;
}

.contact-us-page .contact-form .right-side-block .form-field {
    width: 100%;
    border: 1px solid #009be6;
    border-radius: 2px;
    height: 42px;
    font-size: 16px;
}

.contact-us-page .contact-form .right-side-block textarea {
    max-width: 100%;
    height: 145px !important;
}

.contact-us-page .contact-form .right-side-block .half-block {
    width: 50%;
    float: left;
}

.contact-us-page .contact-form .right-side-block .sent-message {
    width: 160px;
    height: 36px;
    background-color: #009be6;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.contact-us-page .widget {
    margin-bottom: 0;
}

.menu {
    background-color: #000;
    padding: 12px 0;
}

.menu .main-menu {
    margin-bottom: 0;
}

.menu .main-menu > li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin-left: 0;
}

.menu .main-menu a {
    line-height: 1;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    text-decoration: none;
}

.menu .main-menu a:hover {
    color: #3399E0;
    background: none;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.in_right .sub-menu {
    left: auto;
    right: 0;
}

.sub-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.menu .main-menu .sub-menu {
    background: #000;
    padding: 17px 15px;
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
    column-gap: 35px;
    min-width: 500px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.menu .main-menu .sub-menu > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-left: 0;
}

.menu .main-menu .sub-menu > li > a {
    padding: 20px 17px;
    white-space: inherit;
    width: 250px;
    /*height: 80px;*/
}

.menu .main-menu .sub-menu > li:last-child a {
    border-bottom: none;
}

/* Tabs */
#tabs .tabs {
    overflow: hidden;
    text-align: center;
}

#tabs .tabs li {
    display: inline-block;
}

#tabs .tabs li a {
    display: block;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 21px;
    color: #999;
    background: #f8f8f8;
    border-radius: 20px;
    border: 1px solid #ccc;
}

#tabs .tabs li a.active,
#tabs .tabs li a:hover {
    background: #1c1c1c;
    color: #fff;
    border-color: transparent;
}

#tabs .tabs-content {
    padding: 20px 0;
    font-size: 16px;
    line-height: 21px;
}


.section_partners {
    padding: 65px 0;
}
.section_partners p {
    color: #21265e;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 80px;
}
.section_partners .partners_list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: auto;
    flex-wrap: wrap;
    max-width: 100%;
}
.section_partners .partners_list .partners_item {
    margin: 0 5px 10px 5px;
    max-width: 100px;
    min-width: 87.5px;
    display: flex;
    align-items: center;
}
.section_partners .partners_list .partners_item a {
    display: block;
    pointer-events: none;
    width: 100%;
}
.section_partners .partners_list .partners_item a img {
    max-width: 100%;
    display: block;
    margin: auto;
    width: 100%;
}
.testimonials_title {
    color: #000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 35px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.testimonials_title::before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 300px;
    height: 1px;
    background-color: #ff2d55;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}




@media (max-width: 1199px) {
    .menu .main-menu .sub-menu {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        width: inherit;
        min-width: inherit;
    }

    .menu .main-menu .sub-menu > li > a {
        height: auto;
    }
}

@media (max-width: 993px) {
    .menu .main-menu > li {
        padding: 10px 5px;
        text-align: center;
    }
    .banner-text-new a {
        font-size: 27px !important;
    }

    .caking{
        display: none;
    }

    .head-wrap-allin{
        position: relative;
    }

}
@media (max-width: 991px) {
    .socials i {
        margin-top: 0 !important;
    }
    .working-hours {
        margin-top: 0 !important;
    }
}
@media (max-width: 781px) {
    .section_partners {
        padding: 50px 0 30px;
    }
    .section_partners .partners_list .partners_item {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .testimonials_title {
        font-size: 22px;
        margin-bottom: 25px;
        padding-bottom: 8px;
    }
    .menu {
        padding: 0;
    }

    .menu .main-menu > li {
        display: block;
        border-bottom: 1px solid #fff;
        padding: 0;
    }

    .menu .main-menu a {
        font-size: 22px;
        display: inline-block;
        padding: 10px 0;
    }

    .menu .container {
        padding: 0;
    }

    .menu .main-menu .sub-menu {
        width: 100%;
        position: relative;
        border-radius: inherit;
        padding: 10px 0;
        background: #474747;
        text-align: center;
        margin-bottom: 0;
        box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.25), inset 0 -5px 5px rgba(0, 0, 0, 0.25);
    }

    .menu .main-menu .sub-menu > li > a {
        border-color: #fff;
        width: 100%;
        font-size: 18px;
    }
    .container_home_block {
        padding: 0 10px;
    }
    .container_home_block .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .container_home_block .row .col-xs-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section_partners .partners_list .partners_item {
        width: calc( 100% / 6 );
        margin: 0 0 15px;
        justify-content: center;
    }
    .section_partners .partners_list .partners_item a {
        text-align: center;
    }
    .section_partners .partners_list .partners_item a img {
        width: 75%;
    }
}
@media (max-width: 600px) {
    .section_partners .partners_list {
        justify-content: space-around;
    }
}
@media (max-width: 991px) {
    .contact-us-page .contact-form .lg-4 {
        width: 100%;
    }

    .contact-us-page .contact-form .lg-8 {
        width: 100%;
    }

    .contact-us-page .google-maps {
        margin-bottom: 50px;
    }

    .contact-us-page .contact-form {
        position: inherit;
        top: 0;
    }

    .contact-us-page .contact-form .left-side-form {
        padding: 50px 20px;
    }
}

@media (max-width: 979px){
    .carousel-links-mainpage ul{
        bottom: 30px;
    }

    .carousel-links-mainpage li a {
        font-size: 20px;
    }}

@media (max-width: 767px) {
    .contact-us-page .google-maps {
        height: 300px;
    }

    .contact-us-page .contact-form .left-side-form {
        font-size: 16px;
    }

    #wololo{
    display: none;
    }
}


@media only screen and (min-width: 980px) and (max-width: 1133px) {
    .carousel-links-mainpage ul {
        bottom: 25px;
    }

    .carousel-links-mainpage li a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1133px) and (max-width: 1420px) {
    .carousel-links-mainpage ul {
        bottom: 55px;
    }

    .carousel-links-mainpage li a {
        font-size: 20px;
    }
}

/*DIASTASYS RECTI STYLES START*/
.diastasis {
    text-align: center;
    font-family: 'adventura33';
    font-size: 111px;
    color: rgb(59, 30, 119);
    background: url("assets/images/landing/diastasis.png") no-repeat 18% bottom;
    background-size: contain;
    padding-top: 20px;
}

.full_rid_line {
    background: url("assets/images/landing/symptoms_red_line.png") no-repeat center;
    height: 103px;
}

.dias_symptoms {
    padding-top: 8px;
}

.dias_symptoms div:nth-child(1) {
    font-size: 46px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: white;
    display: inline-block;
}

.dias_symptoms div:nth-child(2) {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-style: italic;
    float: right;
    max-width: 611px;
}

.diagnosis_title > div:first-child {
    font-size: 46px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(0, 154, 227);
    text-transform: uppercase;

}

.diagnosis_title > div:nth-child(2) {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-style: italic;
    font-size: 24px;
    color: rgb(136, 136, 136);

}

.diagnosis_title {
    text-align: center;
}

.dias_normal {
    background: url("assets/images/landing/dias_normal.png") no-repeat center;
    height: 155px;
    display: inline-block;
    margin-right: 60px;
    width: 220px;
    margin-top: 30px;
}

.dias_affected {
    margin-top: 30px;
    background: url("assets/images/landing/dias_affected.png") no-repeat center;
    width: 220px;
    height: 155px;
    display: inline-block;
}

.dias_desc {
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(136, 136, 136);
    font-style: italic;
    font-size: 18px;
    margin-top: 160px;

}

.treatment {
    margin-top: 65px;
    background: url("assets/images/landing/full_width_treatment.png") no-repeat center;
    height: 179px;
    text-align: center;
}

.treatment_title {
    font-size: 60px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.treatment_desc {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(51, 51, 51);
    font-style: italic;
}

.advantage {
    margin-top: -20px;
    background: url("assets/images/landing/full_width_advantage.png") no-repeat center;
    height: 350px;
    z-index: -1;
    position: relative;
    text-align: center;
}

.advantage_title {
    font-size: 54px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(0, 122, 191);
    text-transform: uppercase;
    margin-top: 50px;
}

.advantage_desc {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(51, 51, 51);
    font-style: italic;
    max-width: 810px;
    margin: auto;
    text-align: left;
    line-height: 1.3;
    margin-top: 20px;
    text-indent: 3rem;
}

.dr_background {
    background-color: #9bc4ed;

}

.section5_2 {
    margin-top: -7px;
}

.section5_2 .dr_photo {
    background: url("assets/images/landing/dr_photo.png") no-repeat center center;
    float: left;
    width: 200px;

}

.section5_2 .testimonial-text_2 {
    float: right;
    width: 680px;
}

.section5_2 .testimonial-text_2, .section5_2 .dr_photo {
    min-height: 200px;
    margin: 35px 0;
}

.section5_2 .double-l {
    background: url("assets/images/landing/double_l.png") left no-repeat;
    height: 42px;
}

.section5_2 .double-r {
    background: url("assets/images/landing/double_r.png") right no-repeat;
    height: 42px;
}

.section5_2 .testimonial-text_2 p {
    margin: 0;
    padding: 10px 20px 0;
    font-size: 13px;
    text-align: justify;
    text-indent: 30px;
    font-style: italic;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
}

.section6_2 {
    margin-bottom: 45px;
    background: #8eb92a;
    padding-bottom: 50px;
}

.testimonials_green_bg {
    font-size: 68px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.diast_menu {
    display: inline-block;
    width: 240px;
    color: #6b6b6b;
}

/*DIASTASYS RECTI STYLES END*/

/*
SCIATICA*/

.sciatica img {
    margin-top: -600px;
    position: absolute;
    width: 100%;
}

.sciatica_symp {
    background-color: #164b69;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    position: relative;
    color: #fff;
    top: 380px;
}

.sc_title {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 300;
    font-size: 46px;
    margin: 20px 0;
}

.sc_text {
    margin: auto;
    max-width: 800px;
    margin-bottom: 20px;
    font-style: italic;
}

.causes {
    margin-top: 408px;
}

.causes_title {
    font-size: 46px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #c7671e;
    text-align: center;
}

.ellipse_inline {
    text-align: center;
    font-size: 16px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background: url("images/causes_ellipse.png") no-repeat;
    height: 112px;
    width: 180px;
    display: inline-block;
    padding-top: 75px;
    vertical-align: top;
    background-size: 180px 180px;

}

.causes_desc {
    font-size: 9px;
    padding: 0 10px;
}

.first_el {
    padding-top: 65px;
}

.last_el {
    padding-top: 43px;
    padding-bottom: 20px;

}

.differ_diag {
    font-size: 46px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(22, 75, 105);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;

}

.differ_diag p:nth-child(1) {
    margin-top: 50px;
}

.differ_diag p:nth-child(2) {
    margin-bottom: 50px;
}

.differ_diag p {
    text-align: left;
    text-indent: 30px;
    font-size: 16px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.perif_syndrome {
    font-size: 36px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(22, 75, 105);
    text-transform: uppercase;
    text-align: center;
    margin-top: 80px;
}

.pefir_syndrome_img {
    display: inline-block;
    margin-left: 8px;
}

.sciat_blue_bg {
    background: url("images/sciatica_blue_bg.png") no-repeat;
    width: 100%;
    text-align: center;
    background-position: center;

}

.sciat_blue_title {
    padding-top: 80px;
    padding-bottom: 50px;
    font-size: 46px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: center;
    font-weight: 700;

}

.sciat_blue_desc {
    font-size: 16px;

    color: #fff;
    padding-bottom: 80px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    z-index: 2;
    position: relative;
}

.sciat_orange_bg {
    background: url("images/sciatica_orange_bg.png") no-repeat;
    width: 100%;
    text-align: center;
    margin-top: -40px;
    z-index: 1;
    position: relative;
    background-position: center;
}

.sciat_orange_title {
    font-size: 78px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    padding-top: 55px;
    padding-bottom: 40px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;

}

.sciat_orange_desc {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-bottom: 80px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-indent: 25px;
}

.sciatica img {
    margin-top: -600px;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 1200px;
}


.f_and_a img {
    width: 100%
}

.f_and_a_symptomes {
    display: inline-block;
    font-size: 48px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px

}

.f_and_a_symptomes_desc {
    text-align: left;
    text-indent: 0;
    text-transform: none;
    padding: 0 20px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}


.house_line img {
    margin-top: -341px;
    height: 500px;
}

.f_and_a_diag {
    font-size: 48px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
}

.f_and_a_desc {
    padding-top: 50px;
    text-indent: 30px;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: rgb(51, 51, 51);
    text-align: justify;
    max-width: 450px;
    margin: auto;
    padding-bottom: 50px;

}

.f_and_a_conditions {
    font-size: 48px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;
}

.f_and_a_conditions_desc {
    padding-top: 50px;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: rgb(51, 51, 51);
    text-align: justify;
    max-width: 450px;
    margin: auto;
    padding-bottom: 100px;
}

.foot_treat {
    background: url("images/foot_treat.png") no-repeat;
    height: 913px;
    width: 100%;

}

.f_and_a_treat_title {
    text-transform: uppercase;
    margin-top: 50px;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 72px;
}

.f_and_a_treat_desc {
    text-indent: 30px;
    padding-top: 50px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 18px;
    max-width: 500px;
    margin: auto;
}

.f_and_a_caren {
    margin-top: -10px;

}

.f_and_a_eswt {
    margin-bottom: 100px;
}

/*FOOT AND ANCLE*/

/*
SHOULDER PAIN*/
.shoulder_pain {
    background: url("assets/images/shoulder_pain/shoulder_top_bg.png") no-repeat center;
    height: 842px;

}

.margin-shoulder {

}

.shoulder_top_title {
    font-size: 79px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: #dfe2e5;
    text-align: justify;

}

.shoulder_top_title strong {
    font-size: 58px;
}

.shoulder_top_title2 {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: #dfe2e5;
    font-size: 111px;
    line-height: 1;

}

.shoulder_top_desc {
    margin-top: 100px;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: rgb(51, 51, 51);
    text-align: justify;
    text-indent: 35px;
}

.four_categ_title {
    margin: auto;
    font-size: 46px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;
}

.four_categ_title ul {
    max-width: 750px;
    margin-left: 100px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.four_categ_title ul li {
    margin-bottom: 25px;
    padding-left: 50px;
    text-transform: none;
    text-align: left;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    background: url("assets/images/shoulder_pain/shoulder_pain_li.png") no-repeat;
    line-height: 1.5;
}

.shoulder_symptoms {
    background: url("assets/images/shoulder_pain/shoulder_symptoms.png") no-repeat center;
    height: 500px;

}

.shoulder_symptoms_title {

    font-size: 48px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-top: 100px;
    text-transform: uppercase;

}

.shoulder_symptoms_desc {
    text-indent: 35px;
    margin-top: 50px;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: justify;

}

.shoulder_diagn_title {

    font-size: 44px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0;

}

.shoulder_diagn_title2 {
    font-size: 44px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0;
}

.shoulder_diagn_desc {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    text-align: justify;
    text-indent: 35px;
    margin-bottom: 60px;
    padding: 0 150px;
}

.shoulder_diag_bg {
    background: url("assets/images/shoulder_pain/shoulder_diag.png") no-repeat center;
    height: 279px;
}

.shoulder_NYDNR_bg {
    font-size: 80px;
    background: #164b69;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    border-top: 5px solid #009df7;
    padding: 25px 0;
    color: #fff;
}

.shoulder_blue_bg {
    background: #009df7;
}

.shoulder_treatment_text {
    margin: 50px 0;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: justify;
    text-indent: 35px;

}

.shoulder_treatment_text a {
    color: #F9E7A2;
    text-decoration: underline;
}

.shoulder_condit_list {
    margin-top: 25px;
}

.shoulder_list_text, .shoulder_condit_list {
    display: inline-block;

}

.shoulder_list_text {
    vertical-align: middle;
    font-size: 24px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    padding-left: 25px;
}

/*
SHOULDER_PAIN_END*/

/*Acupuncture Start*/
.acupuncture img {
    position: absolute;
    width: 100%;
    height: 722px;
}

.acupuncture_is_wrapper {
    background-color: #000;
}

.acupuncture_is_wrapper img {
    height: 720px;
    float: right;
}

.acupuncture h1 {
    text-align: right;
    position: relative;
    font-size: 80px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 300;
    color: rgb(255, 255, 255);
    margin: 15% 0 10% 0;
}

.acupuncture_head_text {
    font-size: 18px;
    max-width: 425px;
    text-indent: 25px;
    float: right;
    position: relative;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.acupuncture h3 {
    font-size: 52px;
    position: relative;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.what_is_acupuncture {
    margin-top: 10%;
}

.acupuncture_is_wrapper h3 {
    margin-top: 40px;
    position: absolute;
    font-size: 52px;
    margin-left: 38%;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.acupuncture_is_text {

}

.acupuncture_is_text {
    max-width: 520px;
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 18px;
    float: left;
    position: absolute;
    margin-top: -600px;
}

.crem_bg {
    background-color: #c9b963;
}

.mans_title {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin: 25px 0;
    color: #000;
}

.mans_help_list {
    margin: 50px 0 50px 0;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.six_diff_bg {
    background: url("images/six_diff_bg.jpg") no-repeat;
    height: 812px;
}

.six_diff_title {
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding: 25px 0;
}

.six_diff_left {
    color: #fff;
    font-size: 18px;
    max-width: 430px;
    float: left;
}

.six_diff_right {
    float: right;
}

.six_diff_right img {
    margin: 10px 10px 0 10px;
}

.the_best_way_wrapper {
    background: url("images/the_best_way_bg.jpg") no-repeat;
    height: 722px;
}

.the_best_way_text {
    margin-top: 330px;
    font-size: 75px;
    color: rgb(28, 44, 79);
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
}

.the_best_way_text_explain {
    font-size: 38px;
    color: rgb(28, 44, 79);
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
}

.the_best_way_text_experience {
    font-size: 55px;
    color: rgb(28, 44, 79);
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
}

.the_best_way_text2 {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 75px;
    color: rgb(28, 44, 79);
    text-transform: uppercase;

}


.banner-text {
    background: url("img/bunner-new.jpg") repeat-x;
    height: 461px;
    font-size: 16px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    font-weight: 400;
    font-style: italic;

}

.banner-text a {
    text-decoration: none;
    font-size: 38px;
    color: #fff;

}

.banner-text a:hover {
    color: #fff;
}

.banner-text-new {
    background: #fff;
    color: #73afe6;
    position: relative;
    margin: 0 auto;
}

.banner-text-new-border {
    border: 2px solid #73afe6;
    padding-bottom: 40px;
}

.banner-text-new-sub-1 {
    margin: 0px 0px 10px 0px;
}

.banner-text-new-sub-1 p:nth-child(1) {
    font-size: 24px;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    line-height: 2;

}

.banner-text-new-sub-1 p:nth-child(2) {
    font-size: 46px;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.1;
    font-weight: 700;

}

.banner-text-new-sub-1 p:nth-child(3) {
    font-size: 24px;
    text-align: left;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    padding: 0;
    margin: 0 0 0 5px;
    line-height: 1.5;
    font-weight: 300;
}

.banner-text-new-sub-2 {
    margin: 0px 33px;
}

.banner-text-new-sub-2 p {
    font-size: 16px;
    text-align: left;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 300;
    padding: 10px 0;
    margin: 0px;
    line-height: 1.5;
    text-indent: 60px;
    position: relative;
    font-style: italic;
}

.banner-text-new-sub-3 {

}

.banner-text-new-sub-3 p {
    font-size: 16px;
    text-align: left;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    padding: 0;
    margin: 30px 0 0 15px;
    line-height: 1;
    font-weight: 300;
}

.testimonials-link-new {
    cursor: pointer;

}

.banner-text-new a {
    text-decoration: underline;
    font-size: 38px;
    color: #73afe6;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;

}

.banner-text-new a:hover {
    color: #73afe6;
}

.awards-block {

}

.awards-block h3 {
    color: #009ce9;
    text-align: left;
    margin: 3px 0 10px 0;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
}

.awards-sub {

}

.awards-sub div:nth-child(1) {
    float: left;
    width: 35%;
}

.awards-sub div:nth-child(2) {
    float: left;
    width: 65%;
}

.awards-sub div img {

}

.awards-sub div p {
    color: #7c7c7c;
    font-size: 12px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
}

.awards-sub div p span a {
    color: #7c7c7c;
    font-size: 12px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: left;
    margin: 0px;
    padding: 0;
    line-height: 1;
    text-decoration: none;
    font-weight: 400;
}

.awards-sub div p span a:hover {
    color: #7c7c7c;
}

.awards-block-chiropractic {
    margin-top: 20px;
}

.awards-sub-chiropractic {

}

.awards-sub-chiropractic div:nth-child(1) {
    float: left;
    width: 18%;
}

.awards-sub-chiropractic div:nth-child(2) {
    float: left;
    width: 58%;
}

.awards-sub-chiropractic div img {

}

.awards-sub-chiropractic div p {
    color: #7c7c7c;
    font-size: 12px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.5;
    text-indent: 0 !important;
    font-weight: 400;
}

.awards-sub-chiropractic div p span a {
    color: #7c7c7c;
    font-size: 12px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: left;
    margin: 0px;
    padding: 0;
    line-height: 1;
    text-indent: 0 !important;
    text-decoration: underline;
    font-weight: 400;
}

.awards-sub-chiropractic div p span a:hover {
    color: #7c7c7c;
}

.services_title {
    padding: 1% 0;
    color: #fff;
    font: 24px Arial;
    text-align: center;
    margin: 20px auto;
    background: url("img/services_blue_bg.png") no-repeat;
    height: 73px;
    background-size: contain;
}

.service_img a img {
    margin: 0px 5.5px 8px 0;
}

.service_img a:nth-child(5) img, .service_img a:nth-child(10) img {
    margin-right: 0;
}

/*PFPS START*/

.pfps h1 {
    color: black;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 38px;
    text-align: right;
    font-weight: 400;
}

.pfps > img {
    width: 70%;
}

.pfps_block {
    background-color: #555;
    height: 150px;
    width: 22.5%;
    float: right;
    position: absolute;
    top: 35%;
    right: 0;

}

.block_h1 {
    position: absolute;
    right: 23%;
    top: 34.5%;
}

.pfps p {
    text-indent: 30px;
    font-size: 20px;
    padding: 5px;
}

.pfps_img_center {
    text-align: center;
}

.pfps h3 {
    font-size: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: center;
    font-weight: 700;
}

.pfps_happens_wrapper {
    background-color: #6367ab;
}

.pfps_happens_wrapper h3 {
    color: #fff;
    font-size: 26px;
    margin: 50px 0;
    text-align: center;
}

.pfps_happens_wrapper p {
    color: #fff;
    text-indent: 30px;
    font-size: 20px;
    padding: 5px;
    margin: 30px 0;
}

.pfps_black_bg {
    background-color: black;
}

.pfps_symptoms {
    width: 50%;
}

.pfps_black_bg p {
    color: #fff;
    text-indent: 30px;
    font-size: 20px;

    margin: 10px 0;
}

.pfps_black_bg h3 {
    color: #fff;
    font-size: 26px;
    margin: 10px 0;
    text-align: center;
}

.pfps_ps {
    padding-top: 31px;
    font-size: 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-style: italic;
    font-weight: 700;
}

.risk_factors_bg {
    background: url("images/pfps_risk_bg.jpg") no-repeat;
    background-size: 100% 289px;
    height: 289px;
}

.pfps_risk {
    color: #fff;
    font-size: 146px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    line-height: 1.2;
    font-weight: 700;
}

.pfps_factors {
    line-height: 1.3;
    color: #fff;
    font-size: 75px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
}

.risk_factors_bg p {
    font-size: 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    font-weight: 700;
}

.risk_factors_bg p span {
    font-style: italic;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.risk_list {
    margin-top: 70px;
}

.really_pfps h3 {
    text-align: center;
    font-size: 36px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 30px 0;
    font-weight: 700;
}

.really_pfps p {
    text-indent: 30px;
    font-size: 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.sindrom_bg {
    background-color: #670638;
}

.sindrom_bg h3 {
    font-size: 30px;
    color: #fff;
    margin: 10px 0;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
}

.sindrom_bg p {
    font-size: 30px;
    color: #fff;
    margin: 0px 0 20px 0;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.sindrom_bg ul {
    padding-left: 80px;
}

.sindrom_bg ul li {

    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.pfps_treatment_bg {
    background-color: #0066d0;

}

.pfps_treatment_bg h1 {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 44px;
    text-align: center;
    margin: 20px;
    font-weight: 700;
}

.pfps_treatment_bg p {
    text-indent: 50px;
    font-size: 20px;
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.pfps_treatment_bg img {
    padding-bottom: 10px;
}

.imac_img {
    float: right;
    margin-top: -270px;
    margin-right: 50px;
}

.pfps_athlets span {
    padding-left: 50px;
    font-size: 20px;
}

.pfps_athlets p {
    font-size: 20px;
    margin: 100px 0 20px;
    text-indent: 50px;
}

.pfps_video {
    text-align: center;
    background-color: #141841;
}

.pfps_video iframe {
    margin: 20px 0;
}

/*PFPS END*/

/*PLANTARS FASCIITIS START*/
.plantars_head {
    background: #303030;
    display: flex;
    justify-content:space-between;
}

.plantars_img, .plantars_text {
    width: 50%;
}

.plantars_img img {
    min-height: 440px;
    object-fit: cover;
}

.plantars_img {
    float: left;
}

.plantars_text h3,
.plantars_text h2,
.plantars_text h1 {
    font-size: 36px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 25px 0;
    color: white;
    max-width: 440px;
    font-weight: 700;
}


.plantars_text {
    font-size: 22px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    float: right;
    color: white;
    line-height: 1.2;
    padding: 15px;
    font-weight: 400;

}

.plantars_head p {
    max-width: 440px;
    padding-left: 10px;
    text-indent: 30px;
}

.plantars_symp h3,
.plantars_symp h2 {
    font-size: 36px;
    margin: 35px 0;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #000;
    font-weight: 700;
}

.plantars_symp p {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-indent: 30px;
    line-height: 1.2;
    font-weight: 400;

}

.plantars_factors {
    margin: 50px 0 100px;
}

.plantars_symp {
    background: url("images/plantar_symptoms.png") no-repeat;
    height: 100%;
    background-size: contain;
    min-height: 800px;
}

.mob_leg {
    display: none;
}

.plantars_factors h3,
.plantars_factors h2 {
    text-align: left;
}

.plantars_factors ul li {
    list-style-type: disc;
    font-size: 24px;
    color: #00948c;
}

.plantars_factors ul li span {
    color: #000000;
    font-size: 18px;
}

.plantars_diagnosis {
    background: #00004c;
}

.plantars_diagnosis h3,
.plantars_diagnosis h2 {
    font-size: 36px;
    margin: 35px 0;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    font-weight: 700;
}

.plantars_diagnosis p {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-indent: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
}

.plantars_diagnosis img {
    margin-bottom: 30px;
}

.plantars_differential_diagnosis h3,
.plantars_differential_diagnosis h2 {
    font-size: 36px;
    margin: 70px 0 35px;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: black;
    font-weight: 700;
}

.plantars_differential_diagnosis ul li {
    list-style-type: disc;
    font-size: 24px;
    color: #00948c;
}

.plantars_differential_diagnosis ul li span {
    color: #000000;
    font-size: 18px;
}

.plantars_differential_diagnosis ul {
    margin-bottom: 70px;
}

.plantars_risk_factors {
    background: url("images/plantar_risc_factors_bg.png") no-repeat;
    background-size: cover;
}

.plantars_risk_factors h3,
.plantars_risk_factors h2 {
    font-size: 36px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: center;
    color: white;
    margin: 50px 0 60px;
    font-weight: 700;
}

.plantar_problem {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 10px 0;
}

.plantar_risk_text {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.grid_8.push_4 .plantar_problem {
    width: 100%;
}

.grid_10.push_2 .plantar_problem {
    width: 40%;
}

.plantar_list_problems {
    padding-bottom: 110px;
}

.plantar_treatment {
    background-color: #439acf;
    padding-bottom: 20px;
}

.plantar_treatment h3,
.plantar_treatment h2 {
    color: #fff;
    margin: 50px 0;
    font-size: 36px;
    text-align: center;
}

.plantar_treatment p {
    text-indent: 30px;
    color: #fff;
    font-weight: 400;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.plantar_treatment ul {
    text-indent: 30px;

}

.plantar_treatment .grid_12 {
    color: #fff;
    font-size: 18px;
}

.plantar_treatment ul {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.plantar_treatment p:last-child {
    margin-bottom: 70px;
}

.plantar_nidnrehab {
    background: url("images/plantar_treat_bg.png") no-repeat;
    background-size: cover;
}

.sm_CBWBST {
    background: url("images/plantar_treat_bg.png") no-repeat;
    background-size: cover;
}

.plantar_nidnrehab h1 {
    font-size: 60px;
    margin: 125px 0 60px;
    color: #ffffff;
    text-align: center;
}

.plantar_treat_wrapp {
    background: url("images/plantar_wrapp.png") no-repeat;
    background-size: cover;
}

.sm_CBWBST_wrapp {
    margin: 215px 0;
    background: url("images/plantar_wrapp.png") no-repeat;
    background-size: cover;
}

.plantar_treat_wrapp span {
    display: block;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-indent: 30px;
    padding: 0px 10px;
    font-weight: 400;

}

.plantar_treat_wrapp span:first-child {
    padding-top: 20px;
}

.plantar_treat_wrapp p {
    display: block;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-indent: 30px;
    font-style: italic;
    padding: 20px 10px;
    font-weight: 700;

}

.plantar_diagn_img {
    text-align: center;
    margin: 86px 0 21px;
}

.plantar_diagn_img img {
    width: 49%;
}

/*PLANTARS FASCIITIS END*/
/*




SM START*/
.smheader {
    position: relative;
    z-index: 2 !important;
}

.smheader_img {
    text-align: center
}

.sm_sport_left {
    float: left;
    margin-top: 100px;
    font-size: 80px;
    font-family: "Constantia";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;

}

.sm_medicine_right p {
    font-size: 50px;
    text-align: right;
    font-weight: normal;
}

.sm_medicine_right {
    margin-top: 100px;
    float: right;
    font-size: 80px;
    font-family: "Constantia";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
}

.smheader_img img {
    float: left;
    width: 42%;

}

.sm_perfomance img {

}

.sm_perfomance {

    background: url("images/sm_perfomance_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -90px;
    z-index: 1;
    position: relative;
    width: 100%;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.sm_perf_impr, .sm_treat {
    font-size: 30px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    padding-top: 60px;
}

.sm_perf_impr p, .sm_treat p {
    line-height: 1.2;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.sm_treat ul {
    margin-top: 120px;
}

.sm_perf_impr ul {
    margin-top: 119px;
}

.sm_perf_impr ul li {
    font-size: 16px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    padding: 10px 0;
    margin: 10px 0;
    font-weight: 400;

}

.sm_treat ul li {
    margin-left: 0;
    font-size: 16px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    padding: 8px 0 10px;
    font-weight: 400;
}

.sm_perf_impr ul li a, .sm_treat ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 0px 15px 3px;
    display: block;
}

.sm_perf_impr ul li:hover {
    background: url("images/sm_li_hover_left.png") no-repeat;
    background-position: right bottom;
}

.sm_treat ul li:hover {

    background: url("images/sm_li_hover_right.png") no-repeat;
    background-position: left bottom;
}

.sm_button a button {
    background: url("images/sm_button_norm.png") no-repeat;
    height: 50px;
    width: 207px;
    border: none;
    cursor: pointer;
}

.sm_button a button:focus {
    outline: none;
    background: url("images/sm_button_active.png") no-repeat;
}

.sm_button a button:active {
    background: url("images/sm_button_active.png") no-repeat;
}

.sm_button a button:hover {
    background: url("images/sm_button_hover.png") no-repeat;
}

.sm_button {
    background: url("images/sm_button_bg.png") no-repeat;
    margin-top: 180px;
    background-size: 100%;
    padding: 10px;
    margin-left: 357px;
    position: absolute;
}

.sm_in_order {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-indent: 50px;
    padding: 50px 0;
    width: 80%;
    margin: auto;
    font-weight: 400;
}

.sm_skills {
    text-align: center;
    margin-top: 50px;
    font-size: 80px;
    font-family: clarendon_btroman;
    color: #ffffff;

}

.sm_skills_wrapper {
    background: #8d197d;
    height: 320px;
}

.sm_skill_1 {
    background: url("images/sm_skill_1.png") no-repeat;

}

.sm_skill_2 {
    background: url("images/sm_skill_2.png") no-repeat;

}

.sm_skill_3 {
    background: url("images/sm_skill_3.png") no-repeat;

}

.sm_skill_4 {
    background: url("images/sm_skill_4.png") no-repeat;

}

.sm_skill_5 {
    background: url("images/sm_skill_5.png") no-repeat;

}

.sm_skill_6 {
    background: url("images/sm_skill_6.png") no-repeat;

}

.sm_skill_1, .sm_skill_2, .sm_skill_3, .sm_skill_4, .sm_skill_6 {
    vertical-align: top;
    margin-top: -12%;
    display: inline-block;
    margin-right: -4px;
    background-size: contain;
    height: 200px;
    width: 200px;
}

.sm_skill_1 p, .sm_skill_2 p, .sm_skill_3 p, .sm_skill_4 p {
    padding-top: 73%;
    text-align: center;
    color: white;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 18px;
    font-weight: 400;

}

.sm_skill_5 {
    vertical-align: top;
    margin-top: -12%;
    display: inline-block;
    margin-right: -4px;
    background-size: contain;
    height: 200px;
    width: 200px;
}

.sm_skill_5 {
    text-align: center;
}

.sm_skill_5 p {
    line-height: 1;
    margin: 0;
    color: white;
    font-size: 18px;
}

.sm_skill_5 span {
    line-height: 1;
    font-size: 12px;
    color: #ffffff;
}

.sm_skill_5 p:first-child {
    padding-top: 55%;
    line-height: 1.2;
}

.sm_skill_6 {
    /*  margin-top: -12%;*/
    display: inline-block;
    margin-right: -4px;
    background-size: contain;
    height: 200px;
    width: 200px;
}

.sm_skill_6 p {
    text-align: center;
    line-height: 1;
    margin: 0;
    color: white;
    font-size: 18px;
    padding-top: 57%;
}

.sm_skill_list {
    width: 75%;
    margin: auto;
    text-align: center;
}

.sm_skills_text p:first-child {
    margin-bottom: 0;
}

.sm_skills_text p {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 18px;
    text-indent: 50px;
    margin: 35px 0;
    font-weight: 400;
}

.sm_return_to_sports_wrapper {
    background-color: black;
}

.sm_return_to_sports_wrapper h2 {
    text-align: center;
    margin-top: 35px;
    font-family: clarendon_btroman;
    font-size: 80px;
    color: white;
}

.sm_return_to_sports_wrapper p {
    font-size: 18px;
    color: white;
    text-indent: 50px;
    margin: 35px;
}

.sm_analysis, .sm_analysis_middle, .sm_analysis_bottom, .sm_analysis_middle_right, .sm_analysis_middle_left {
    background-color: #0066d0;
}

.sm_analysis h2 {
    text-align: center;
    margin-top: 35px;
    font-family: clarendon_btroman;
    font-size: 80px;
    color: white;
}

.sm_analysis_middle_right {
    float: left;
    width: 50%;
}

.sm_analysis_middle_left {
    float: right;
    width: 50%;
}

.analysis_middle_text_wrapper p {
    text-indent: 50px;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    font-weight: 400;
}

.analysis_middle_text_wrapper ul li {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    text-indent: 30px;
    font-weight: 400;
}

.analysis_middle_text_wrapper b {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    font-weight: 400;
}

.analysis_middle_text_wrapper {
    max-width: 75%;
    padding: 20px;
}

.sm_analysis_bottom p {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-indent: 50px;
}

.sm_analysis_bottom p:last-child {
    margin: 15px 0;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    text-indent: 50px;
    font-weight: 400;
}

.sm_dns_for_sports_wrapper {
    background: url("images/sm_dns_for_sports.png") no-repeat center;
    background-size: cover;
    height: 950px;
}

.sm_dns_for_sports_wrapper h2 {
    text-align: center;
    margin-top: 35px;
    font-family: clarendon_btroman;
    font-size: 80px;
    color: black;
}

.sm_dns_for_sports_wrapper span {
    text-align: center;
    margin: 10px 0 80px;
    display: block;
    font-size: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.sm_dns_for_sports_wrapper p {
    text-indent: 50px;
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: 400;
}

.sm_CBWBST_wrapp h2 {
    text-align: center;
    margin-top: 35px;
    font-family: clarendon_btroman;
    font-size: 80px;
    color: black;

}

.sm_CBWBST_wrapp h3 {
    text-align: center;
    margin-top: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: black;
}

.sm_CBWBST_wrapp p {
    text-indent: 50px;
    margin-top: 100px;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.sm_CBWBSA_wrapper {
    background-color: #0072d4;
}

.sm_CBWBSA_left {
    width: 50%;
    background-color: #0072d4;
    float: left;
}

.sm_CBWBSA_right {
    float: right;
    width: 50%;
    background-color: #0072d4;
}

.sm_CBWBSA_wrapper_bottom {
    background-color: #0072d4;
}

.sm_CBWBSA_left_wrapper {
    width: 70%;
    float: right;
}

.sm_CBWBSA_wrapper h2 {
    margin: 15px 0;
    text-align: center;
    font-size: 80px;
    color: white;
    font-family: clarendon_btroman;
}

.sm_CBWBSA_wrapper h3 {
    text-align: center;
    margin-top: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: white;
}

.sm_CBWBSA_wrapper_bottom p {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: #fff;
    text-indent: 50px;
}

@media screen and (min-width: 998px ) and (max-width: 1332px ) {
    .sm_skill_1, .sm_skill_2, .sm_skill_3, .sm_skill_4, .sm_skill_5, .sm_skill_6 {
        height: 120px !important;
        width: 120px !important;
    }

    .sm_skill_1 p, .sm_skill_2 p, .sm_skill_3 p, .sm_skill_4 p, .sm_skill_5 p, .sm_skill_6 p {
        font-size: 11px !important;
    }

    .sm_skill_5 span {
        font-size: 9px !important;
        line-height: 1 !important;
    }

    .sm_skill_5 p:first-child {
        padding-top: 50% !important;
    }

    .sm_skill_6 p {
        padding-top: 70% !important;
    }

}

@media screen and (min-width: 412px ) and (max-width: 700px ) {
    .sm_skill_6 p {
        margin-bottom: 35px !important;
    }
}

@media screen and (min-width: 701px ) and (max-width: 778px ) {
    .sm_skill_6 p {
        margin-bottom: 52px !important;
    }
}

.sm_sport_left_mobile {
    display: none;
}

/*
SM END*/
#text-5 {
    margin-bottom: 0 !important;
}



.rsOverflow.grab-cursor {
    width: 100% !important;
}

iframe[src="//www.youtube.com/embed/KxL_F03hhw8?rel=0"] {
    width: 100%;
}

@media screen and (min-width: 1366px ) {
    .sm_skill_1, .sm_skill_2, .sm_skill_3, .sm_skill_4, .sm_skill_5, .sm_skill_6 {
        margin-top: -110px !important;
    }
}

/* Link in footer to Clever Solution */
.rigth_copy_div {
    margin-top: 20px;
    padding-bottom: 20px;
}

.rigth_copy {
    margin-top: 4px;
    float: left;
    line-height: 1.5;
}

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

.rigth_copy a:hover {
    color: #3399E0;
}

.rigth_copy_img {
    width: 50px;
}

/*APOS START*/

.apos_header_wrapper {
    background: url("images/ap_header_bg.jpg") no-repeat;
    height: 670px;
    width: 100%;
    background-size: cover;
}

.apos_header_wrapper img {

    width: 49%;
    display: inline-block;
}

.apos_header_text {
    margin-left: 25%;
    max-width: 400px;
    margin-top: 130px;
    width: 50%;
    display: inline-block;
}

.apos_header_text h1 {

    font-size: 45px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);

}

.apos_header_text h4 {
    font-weight: normal;
    font-size: 36px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(238, 49, 43);

}

.apos_header_text p {
    margin-top: 50px;
    font-size: 14px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(255, 255, 255);
    text-align: justify;

}

.apos_if_u_live {
    padding: 75px 0 60px;
    text-align: center;
    font-size: 24px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-style: italic;
    max-width: 800px;
    margin: 0 auto;

}

.apos_grey_text {

    padding: 40px 0 70px;
    max-width: 880px;
    text-indent: 35px;
    font-size: 14px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(54, 54, 54);
    text-align: justify;
    margin: 0 auto;
}

.apos_grey_new-text {

    padding: 0px 0px 58px;
    max-width: 880px;
    text-indent: 35px;
    font-size: 25px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #363636;
    text-align: center;
    margin: 0px auto;
}

.apos_grey_text_wrapp {
    background: #eaeaea;
}

.apos_grey_text_wrapp img {
    width: 100%;
}

.apos_therapy_people_text {
    margin: 100px auto;
    text-align: center;
    font-size: 34px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;

}

.apos_therapy_people_text span {
    background: #ee312b;
    color: #fff;
    font-style: italic;
    padding: 0 10px;
}

.apos_knee_treat_left {
    height: 583px;
    float: left;
    width: 50%;
    display: inline-block;
}

.apos_knee_treat_right {
    background: url("images/ap_knee_right.jpg") no-repeat;
    width: 50%;
    display: inline-block;
    height: 583px;
    background-size: cover;
}

.apos_knee_treat_left img, .apos_knee_treat_right img {
    width: 100%;
}

.apos_knee_treat_left img {
    height: 100%;

}

.apos_red_rect img {
    width: 53%;
}

.apos_red_rect {
    text-align: center;
    margin: 0 auto;
}

.apos_footer_img_title {
    max-width: 420px;

    font-size: 44px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: left;
    margin-left: 4%;
    margin-top: 8%;

}

.apos_knee_treat_right p {
    max-width: 420px;
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(255, 255, 255);
    text-align: justify;
    margin-left: 4%;

}

.apos_footer_img_title:before {
    content: url("images/ap_footer_rect.png");
    margin-left: -2%;
    position: absolute;
    height: 36px;
    width: 18px;

}

.apos_header_text img {
    display: none;
}

@media screen and (max-width: 778px) {
    #new-royalslider-24 {
        display: none;
    }

    .apos_header_text p {
        padding: 0 10px;
    }

    .apos_header_text {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .apos_header_wrapper {
        height: auto;
    }

    .apos_header_text h1 {
        margin-top: 50px;
        font-size: 35px;
        padding: 0 10px;
    }

    .apos_header_text h4 {
        padding: 0 10px;
    }

    .apos_grey_text {
        width: 95%;
    }

    .apos_therapy_people_text {
        margin: 50px 0;
    }

    .apos_knee_treat_left {
        float: none;
        height: auto;
        width: 100%;
    }

    .apos_red_rect img {
        display: none;
    }

    .apos_knee_treat_right {
        width: 100%;
    }

    .apos_footer_img_title {
        margin-left: 6%;
        font-size: 30px;
    }

    .apos_footer_img_title:before {
        margin-top: 8%;
        margin-left: -6%;
    }

    .apos_header_text img {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 778px) and (max-width: 980px) {
    .apos_knee_treat_right p {
        max-width: 420px;
        margin-top: 17px;
        font-size: 12px;
        font-family: 'Segoe UI', 'Tajawal', sans-serif;
        color: rgb(255, 255, 255);
        text-align: justify;
        margin-left: 4%;
        margin-bottom: 0;
    }

    .apos_knee_treat_right {
        height: 300px;
    }

    .apos_knee_treat_left img {
        height: 100%;
    }

    .apos_footer_img_title {
        font-size: 30px;
        margin-top: 0;
    }

    .apos_knee_treat_left {
        height: 300px;
    }

    .apos_red_rect img {
        width: 500px;
    }
}

@media screen and (min-width: 981px) and (max-width: 1366px) {
    .apos_knee_treat_left img {
        height: 430px;
    }

    .apos_knee_treat_left {
        height: 430px;
    }

    .apos_knee_treat_right {
        height: 430px;
    }
}

@media screen and (min-width: 1367px) and (max-width: 2500px ) {
    .apos_red_rect img {
        width: 49%;
    }

    .apos_knee_treat_left {
        height: 530px;
    }

    .apos_knee_treat_right {
        height: 530px;
    }
}

#new-royalslider-24 .rsNav.rsBullets {
    display: none;
}

#new-royalslider-24 .rsArrow.rsArrowLeft .rsArrowIcn {
    background: url("images/ap_left_arr.png") no-repeat;
    height: 72px;
    width: 42px;
}

#new-royalslider-24 .rsArrow.rsArrowRight .rsArrowIcn {
    background: url("images/ap_right_arr.png") no-repeat;
    height: 71px;
    width: 41px;
}

#new-royalslider-24 .rsImg.rsMainSlideImage {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

/*
APOS END*/
#new-royalslider-24 {
    background: white !important;
}

/*RIGHT SIDEBAR MENU*/

a:focus {
    outline: none;
}

.panel {
    position: absolute;
    right: 0;
    display: block;
    background: url("images/left_menu_man.png") no-repeat;
    height: 601px;
    width: 107px;

}

div.active_landing_page {
    opacity: 1 !important;
}

.panel div {
    opacity: 0;
    margin: 0 0 3px 0;
    padding: 0;
    background: url("images/sidebar_menu_bg.png");

    height: 72px;

}

.panel div:hover {
    -webkit-transition: top 2s ease-out 3s;
    -moz-transition: top 2s ease-out 3s;
    -o-transition: top 2s ease-out 3s;
    transition: top 2s ease-out 3s;
    opacity: 1;

}

.panel div a {
    font-size: 16px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(255, 255, 255);
    text-align: right;
    max-width: 72px;
    display: block;
    text-decoration: none;
}

.panel div:first-child {
    margin-top: 77px;
}

.panel div:first-child a {
    max-width: 42px;
}

a.trigger {
    position: absolute;
    text-decoration: none;
    right: 0;
    background: url('images/sidebar_menu_close.png') no-repeat;
    height: 20px;
    width: 93px;

    display: block;

}

a.active.trigger {
    height: 20px;
    width: 23px;
    background: url('images/sidebar_menu_open.png') no-repeat;
}

/*RIGHT SIDEBAR MENU*/

/*NEW Back Pain*/

.back_painn_top_img_container img {
    position: absolute;
    width: 100%;
}

.back_pain_head_title {
    margin-top: 6%;
    text-align: right;
    position: relative;

    margin-right: 7%;
}

.back_pain_head_title h2,
.back_pain_head_title h1 {
    font-weight: normal;
    font-size: 90px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 300;
    color: #fff;
    color: rgb(223, 226, 229);
}

.bp_head_img_section {
    margin-right: 14%;
    background: url("images/back_pain_top_img_section.png") no-repeat;
    height: 69px;
    width: 501px;
    float: right;
    position: relative;
    font-size: 36px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(223, 226, 229);
    text-indent: 250px;
}

.bp_head_img_section:hover {
    background: url("images/back_pain_top_img_section_hover.png") no-repeat;

}

.bp_neck_section_1 {
    margin-top: 13%;
}

.bp_neck_section_2 {
    margin-top: 24%;
}

.bp_neck_section_3 {
    margin-top: 17%;
}

.back_pain_middle_text_wrapper {
    background: #ccc;
}

.back_pain_middle_text {

    position: relative;
    margin-top: 2%;
}

.back_pain_middle_text p {
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: 400;
    color: rgb(37, 37, 37);
    line-height: 1.667;
    text-indent: 40px;
}

.bp_middle_img img {
    width: 100%;
}

.back_pain_our_approach h2 {
    font-weight: normal;
    font-size: 48px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: rgb(48, 48, 48);
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0;

}

.back_pain_our_approach p {
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: rgb(37, 37, 37);
    line-height: 1.667;
    text-indent: 40px;
}

.back_pain_our_app_img1 {
    background: url("images/back_pain_our_approuch_img_1.jpg") no-repeat;
    background-size: contain;
    height: 245px;

    display: inline-block;
    width: 33%;
}

.back_pain_our_app_img2 {
    background: url("images/back_pain_our_approuch_img_2.jpg") no-repeat;
    background-size: contain;
    height: 245px;
    width: 33%;
    display: inline-block;
}

.back_pain_our_app_img3 {
    background: url("images/back_pain_our_approuch_img_3.jpg") no-repeat;
    background-size: contain;
    height: 245px;
    width: 33%;
    display: inline-block;
}

.back_pain_our_app_img1 span, .back_pain_our_app_img2 span, .back_pain_our_app_img3 span {
    display: table-cell;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-align: left;
    vertical-align: bottom;
    height: inherit;

}

.back_painn_top_img_container {
    background: url("images/back_pian_top_img.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 1012px;
    background-position: 41% 0%;
}

@media screen and (min-width: 365px ) and (max-width: 400px ) {
    .bp_head_img_section {
        margin-right: 50px !important;
    }
}

@media screen and (min-width: 400px ) and (max-width: 450px ) {
    .bp_head_img_section {
        margin-right: 75px !important;
    }
}

@media screen and (min-width: 450px ) and (max-width: 550px ) {
    .bp_head_img_section {
        margin-right: 25% !important;
    }
}

@media screen and (min-width: 550px ) and (max-width: 650px ) {
    .bp_head_img_section {
        margin-right: 30% !important;
    }
}

@media screen and (min-width: 650px ) and (max-width: 777px ) {
    .bp_head_img_section {
        margin-right: 35% !important;
    }
}

/*New Back Pain End*/
body.postid-3128 tbody tr td {
    border: 0;
    width: 50%;
}

body.postid-3461 tbody tr td {
    border: 0;
    width: 25%;
}

body.postid-3128 tbody tr td p, .postid-3146 .article p,
.postid-3110 .article p, .postid-3142 .article p,
.postid-3159 .article p, .postid-3165 .article p,
.postid-3169 .article p, .postid-3175 .article p,
.postid-3123 .article p, .postid-3181 .article p,
.postid-3102 .article p, .postid-3185 .article p,
.postid-3214 .article p, .postid-3156 .article p,
.postid-3188 .article p, .postid-3191 .article p,
.postid-3211 .article p, .postid-3195 .article p,
.postid-3162 .article p, .postid-3217 .article p {
    text-indent: 30px;
    text-align: justify;
}

.postid-3146 .article img, .postid-3069 .article img,
.postid-3074 .article img, .postid-3087 .article img,
.postid-3110 .article img, .postid-3169 .article img,
.postid-3123 .article img, .postid-3181 .article img,
.postid-3102 .article img, .postid-3185 .article img,
.postid-3214 .article img, .postid-3156 .article img,
.postid-3038 .article img, .postid-3049 .article img,
.postid-2774 .article img, .postid-2761 .article img,
.postid-2636 .article img, .postid-2461 .article img,
.postid-330 .article img, .postid-307 .article img,
.postid-345 .article img, .postid-361 .article img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

body.postid-3128 tbody tr td:nth-child(2) {
    padding-left: 20px;
    border: 0;
}

.postid-3522 .article h1 {
    text-align: center;
}

.postid-2249 hr {
    width: 300px;
}

.postid-283 hr {
    width: 100%;
}

/*
 a.wp_rp_thumbnail,ul.related_post li[data-position="3"] a.wp_rp_thumbnail{
    width: 150px!important;
    height: 150px!important;
}*/
.wp_rp_content ul.related_post li[data-position="0"] {
    margin-top: 0 !important;
}

.wp_rp_content ul.related_post li {
    border: 1px solid #ccc;
    margin: 5px 0 !important;
    padding: 10px 5px 10px 5px !important;
}

.category .article {
    width: 30%;
    border: 1px solid #ccc;
}

.category .article h2 {
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #000;
}

.blog_sidebar_title {
    text-align: left;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #000;
}

.category .article img {
    width: 100%;
    padding: 0 1%;
}

.category .article {
    padding: 0 1%;
}

.category .article.w2 {
    width: 40%;
}

.p_acup {
    text-align: left;
    font-size: 14px;
    text-indent: 30px;
    line-height: 17px;
}

.Sciatica_bolt {
    text-indent: 0px;
    font-size: 14px;
    margin: 0 0 0 0;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: bold;
}

.Sciatica_Sciatica_after {
    text-indent: 30px;
    padding-top: 0px;
    margin-top: 0px;

}

.Sciatica_tittle {
    font-size: 24px;
    margin-top: 30px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: bold;
    line-height: 25px;
}

.Sciatica_text {
    text-align: justify;
    text-indent: 30px;

    line-height: 17px;

}

.Hamstring_ziro {
    text-align: justify;
    text-indent: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 17px;
}

.Hamstring_befor {
    text-indent: 0px;
    font-size: 14px;
    margin: 0 0 0 0;
    margin-bottom: 0px;
    margin-top: 0px;
}

/*  Slaider Z */
.slider-z {
    margin: 0 auto;
    padding: 0;
}

.slider-z h3 {
    color: #0298e4;
    font-family: sans-serif;
    font-size: 25px;
    text-align: center;
    padding: 0;
    margin: 30px auto 60px;
    width: 80%;
}

.slider-z p {
    text-indent: 30px;
    font-size: 18px;
    font-family: sans-serif;
    padding: 0;
    line-height: 1;
    margin: 0 auto 60px;
    color: #65656d;
    text-align: left;
    width: 80%;

}

.slider-z a {
    color: #0298E4;
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid;
    padding: 10px 25px;
    cursor: pointer;
    text-decoration: none;
}

.slider-z-p {
    text-align: center !important;
}

.slider-b {
    background-color: #eef3f9;

}

.slick-prev {
    background: url("/wp-content/themes/nydnr/assets/slick/arrow-prev-z.png") no-repeat !important;
    width: 42px;
    height: 70px;
    top: 40%;
}

.slick-next {
    background: url("/wp-content/themes/nydnr/assets/slick/arrow-next-z.png") no-repeat !important;
    width: 42px;
    height: 70px;
    top: 38%;
}

/*  Slaider Z */

.apos-new-full-width {
    clear: both;
}

/*  Fix Menu */
.panel-top {
    position: fixed;
    left: 0;
    z-index: 25;
    top:264px;
}

.panel-left {
    padding: 0;
    margin: 0px 0 -10px 0;
}

.panel-left_scrolled {
    top: 192px;
    -webkit-transition: top 1s ease-out 0.75s;
    -moz-transition: top 1s ease-out 0.75s;
    -o-transition: top 1s ease-out 0.75s;
    transition: top 1s ease-out 0.75s;
}

.panel-left .widget_nav_menu {
    margin-bottom: 0 !important;
    margin-top: 0;
}

.panel-left .widget_nav_menu div {
    background-color: #c4c4c4 !important;
    border-radius: 0 0 20px 0;
    opacity: 0.8;
}

.panel-left .widget_nav_menu div ul {
    background-color: #c4c4c4 !important;
    margin-bottom: 0 !important;
    border-radius: 0 0 20px 0;
    min-width: 211px;
}

.panel-left .widget_nav_menu div ul li {
    border-bottom: 1px solid #484848;
    padding: 5px 0 5px 13px !important;
    width: 90%;
    cursor: pointer;
    margin: 0;

}

.panel-left .widget_nav_menu div ul li:last-child {
    border-bottom: none;
}

.panel-left .widget_nav_menu div ul li a {
    font-size: 13px !important;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: #000 !important;
    text-align: left;
    padding: 0px;
}

a.panel-l {
    font-size: 16px !important;
    color: #FFF !important;
    text-align: left;
    text-decoration: none;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.closes-panel {
    background-color: #0A0A0A;
    position: absolute;
    left: 0px;
    margin: 10px 0px 0px;
    /*	padding: 0px 5px 6px 5px;*/
    border-radius: 0px 0px 12px;
    width: 67px;
    height: 23px;
}

.active-left-panel {
    margin: 0;
}

.closes-panel span {
    margin: 10px 0px 10px 10px;
}

.closes-panel span img {
    width: 13px;
}

.section7 .contact-form input value {
    display: none;
}

/*  Fix Menu */

.post_ACL {
    text-align: justify;
    text-indent: 30px;
    font-size: 14px;
    line-height: 17px;
    font-family: Arial;
}

.post_ACL_title {
    font-size: 24px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.post_ACL_after {
    text-align: justify;
    text-indent: 30px;
    font-size: 14px;
    line-height: 17px;
    font-family: Arial;
    margin-top: 10px;
}

.Sciatica_tittle_h3 {
    font-size: 24px;
    margin-top: 30px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    line-height: 25px;
    text-align: left;
}

.post_ACL.null_marg {
    margin-bottom: 0px;
}

#ninja_forms_field_29_div_wrap {
    display: none;
}

.con-p p {
    text-indent: 0 !important;
}

/* Comments */
#commentform {
    margin-bottom: 40px;
}

#commentform p input {
    border: 1px solid #888;
    width: 45%;
    height: auto;
    padding: 5px 10px;
}

#commentform p textarea {
    border: 1px solid #888;
    width: 45%;
    height: 100px;
    padding: 5px 10px;
    resize: vertical;
}

#submit {
    border: none !important;
    height: 40px !important;
    text-transform: uppercase;
    cursor: pointer;
}

#respond {
    text-align: left !important;
    margin-top: 40px;
}

/* Category Blog */
.blog_bg_top {
    background: url("/wp-content/themes/nydnr/img/Rectangle-1.png") no-repeat;
    background-position: center top;
    background-size: cover;
}

.blog_top_title {

}

.blog_top_title h1 {
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 84px;
    font-weight: 400;
    margin: 0;
    padding: 160px 0 30px 0;
    line-height: 1;
    text-align: center;
}

.blog_top_title p {
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 102px 0;
    line-height: 1.2;
    text-align: center;
}

.blog_title_text h2 a {
    color: #3399e0;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.blog_title_text h2 {
    margin: 12px 0;
    padding-left: 5px;
}

.blog_title_text p {
    color: #494955;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    padding-left: 8px;
    margin-bottom: 0;
    padding-right: 8px;
}

.pos_r {
    position: relative;
    margin-bottom: 150px;
    min-height: 180px;
}

.blog_title_text {
    position: absolute;
    width: 95%;
    /* top: 138px; */
    background: #fff;
    bottom: -107px;
    right: 2px;
    background-color: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.47);
    padding-bottom: 10px;
}

.full_w {
    width: 100%
}

.read {
    float: right;
    color: #3399e0;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding-right: 10px;
}

.social {
    color: #939393;
    font-size: 16px;
    font-weight: 400;
    padding-left: 6px;
    display: inline-block;
    margin-top: 15px;
}

.testimon {
    color: #939393;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    margin-left: 42px;
}

.pos_r img {
    height: 180px;
    object-fit: cover;
}

.testimon i {
    padding-right: 3px;
}
.blog_title_text.tt + .date_ab {
    left: -25px;
}

.date_ab {
    bottom: -80px;
    left: -15px;
    position: absolute;
    transform: rotate(270deg);
    transform-origin: 37px 15px;
}

.date_ab a {
    text-decoration: none;
    color: #b5b5b5;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

/*fixingtabs*/

.snvdshc .synved-tab-list-nojs ul li{
    float: none !important;
}

@media screen and (max-width: 990px) {
    .blog_title_text {
        position: absolute;
        width: 93%;
        /* top: 138px; */
        background: #fff;
        bottom: -107px;
        right: 2px;
        background-color: white;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.47);
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 765px) {
    #commentform p input {
        border: 1px solid #888;
        width: 100%;
        max-width: 500px;
    }

    #commentform p textarea {
        border: 1px solid #888;
        width: 100%;
        max-width: 500px;
        height: 100px;
    }
    .panel-top {
        top: 50% !important;
        transform: translateY(-50%);
    }
    .panel-top .panel-left {
        overflow-y: auto;
    }
    .panel-top.panel-left_scrolled{
        top: 0px !important;
        left: 0px;
        transform: translateY(0);
    }

    .media_all {
        float: none;
        display: block;
    }

    .media_post_page {
        width: auto;
    }

    .media_video_p {
        float: none !important;
        padding: 0 !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .media_all {
        float: none;
    }
    .media_all .media_logo {
        width: 100%;
        margin-bottom: 20px;
    }
    .media_all .media_logo img {
        max-width: 180px;
        display: block;
        margin: auto;
    }
}
@media screen and (max-width: 600px) {
    .blog_title_text {
        position: absolute;
        width: 93%;
        background: #fff;
        bottom: -107px;
        right: 2px;
        background-color: white;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.47);
        padding-bottom: 10px;
    }

    .date_ab {
        bottom: -80px;
        left: -15px;
        position: absolute;
        transform: rotate(270deg);
    }

    .testimon {
        color: #939393;
        font-size: 17px;
        font-weight: 400;
        text-decoration: none;
        margin-left: 17px;
    }
    .article h1 {
        font-size: 28px;
    }

}

@media screen and (max-width: 400px) {
    .date_ab {
        transform: rotate(270deg);
        position: absolute;
        left: -24px;
        bottom: -80px;
    }
}

/* End Category Blog */

/* Start Media Page */
.media_bg_top {
    background: url("/wp-content/themes/nydnr/images/medias_logo/media_top_bg.png") no-repeat;
    background-position: center top;
    background-size: cover;
}

.media_all {
    border-bottom: 1px solid #e1e1e1;
    padding: 40px 0 25px 0;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.media_logo img {
    margin: 0 auto;
    width: 90%;
    display: block;
}
.media-img-width {
    width: auto !important;
}
.content-center-dns {
    margin: auto !important;
    display: block !important;
    float: none !important;
}
.content-center-dns img {
    width:100%;
}
.content-center-dns p {
    text-align: justify !important;
}
.no_border {
    border-bottom: none !important;
}



.media_text h2 {
    text-align: left;
    color: #3399e0;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 24px 0;
    padding: 0;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
}

.media_text p {
    text-align: left;
    color: #494955;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.media_post_page {
    margin: 80px auto;
    width: 52%;
}

.media_post_p p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.media_post_p img {
    width: 90%;
    margin: 0 auto;
}

.media_video {
    margin: 80px auto;
    width: 100%;
}

.media_video_p {
    float: left;
    padding: 0 5px 0 0;
    width: 49%;
}
.media_video_p .video-container,
.media_video_p .video-container .youtube,
.media_video_p .video-container iframe {
    max-height: 260px;
}
.media_video_p .video-container {
    margin: 0;
}

.media_video_p p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.media_video_b {
    margin: 0 auto 80px;
}

@media (max-width: 767px) {
    .huff-post .link-huf-post img {
        max-width: 100%;
    }

    .huff-post .title-block {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .huff-post .logo-journal {
        text-align: center;
    }

    .huff-post .logo-journal .item {
        width: calc(100% / 2);
        margin-bottom: 30px;
    }
}

/* End Media Page */

.bunner-header {
    background-color: #035fc3;
    padding: 5px;
}

.button-bunner {
    padding: 10px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    box-shadow: inset 0 -6px 0 #1a91f1;
    border-radius: 27px;
    border: 1px solid #fff;
    background-color: #64b5f6;
    text-shadow: 1px 1px 0 #9b9b9b;
    color: #fff;
    font-family: "Roboto";
    font-size: 27px;
    display: block;
}

.button-bunner:focus {
    outline: none;
}

.header-button {
    position: relative;
}

.black-layer {
    position: fixed;
    background: black;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
}

.pop-up-section {
    position: absolute;
    top: 20px;
    z-index: 999999999;
}

.pop-up-section {
    width: 940px;
    background-color: white;
    border: 2px solid #007aff;
    border-radius: 20px;
}

.bordered {
    border-radius: 0 0 20px 20px;
}

.first-span,
.second-span,
.third-span,
.fourth-span,
.fifth-span,
.sixth-span,
.seventh-span,
.eighth-span,
.ninth-span,
.tenth-span {
    display: block;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.first-span {
    padding-top: 30px;
    font-family: Roboto;
    font-size: 16px;
}

.second-span {
    padding-bottom: 25px;
}

.left-header-bunner {
    padding: 20px 10px 20px 20px;
    display: inline-block;
    text-align: left;
    background: #007aff;
    margin-top: 20px;
    color: white;
}

.fifth-span {
    padding-bottom: 45px;
}

.sixth-span,
.seventh-span,
.fifth-span,
.third-span,
.fourth-span,
.eighth-span,
.tenth-span,
.ninth-span {
    color: black;
}

.seventh-span,
.tenth-span {
    padding-bottom: 20px;
}

.standard-p {
    /* Base text style */
    color: white;
    font-family: "Roboto";
    line-height: 24px;
    margin: 25px;
}

.standard-p-black {
    /* Base text style */
    color: black;
    font-family: "Roboto";
    line-height: 24px;
    margin: 25px;
}

.little-header {
    margin: 25px;
    color: white;
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto";
}

.little-header span {
    display: block;
    text-align: left;
}

.little-header-white {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    color: white;
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto";
    line-height: 24px;
}

.little-header-white > h3 {
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
}

.header-sec {
    color: black;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 300;
    padding: 35px 20px 20px;
    display: block;
}

.close-btn {
    opacity: 0.5;
    color: black;
    font-family: "Roboto";
    font-weight: 400;
    position: absolute;
    display: block;
    top: 10px;
    right: 12px;
}

.close-btn:hover {
    cursor: pointer;
}

.close-btn > * {
    display: inline-block;
    margin-right: 10px;
}

.k-unpr {
    background-color: #007aff;
}

.heading-white {
    color: white;
    font-family: "Roboto";
    font-size: 80px;
    padding: 20px;
    display: block;
    text-transform: uppercase;
    margin: 0;
}

.bold-info {
    color: black;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    margin: 20px;
}

.images-first {
    padding: 30px 20px;
}

.images {
    display: block;
    margin: 30px auto;
    width: 100%;
    height: auto;
}

.videos {
    display: block;
    padding: 20px 0;
    margin: 0 auto;
}

.video-dov{
    width: 610px;
    height: 458px;
    margin: 20px auto;
}
ul.site-top-menu>li.d-block {
    display: block;
}
#btn-submenu {
    position: absolute;
    top: 5px;
    right: 15px;
    border-radius: 6px;
    border: 1px solid #838383;
    font-size: 22px;
    width: 30px;
    height: 32px;
    text-align: center;
}
#menu-top_menu li:nth-child(5) ul.sub-menu {
    margin-left:0 !important;
}



@media (max-width: 950px) {
    .pop-up-section {
        width: calc(100% - 4px);
        left: 0 !important;
    }

    .pop-up-section iframe {
        width: 100%;
    }

    .images-first {
        padding: 30px 0;
    }

    .heading-white{
        font-size: 40px;
    }
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 999999999999999;
}

#page-preloader .spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('https://cdnjs.cloudflare.com/ajax/libs/file-uploader/3.7.0/processing.gif') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
}


li.page-item-3222{
    display: none !important;
}

.ya-share2{
    margin-bottom: 20px;
}

.royalSlider {
    width: 600px !important;
    height: 400px !important;
    position: relative;
    direction: ltr;
    overflow: hidden;
}

@media (max-width: 991px) {
    .royalSlider{
        width: 100% !important;
        height: auto;
    }
}
.fixpos{
	width: 100% !important;
	height: 100% !important;
	margin: 5% 20% !important;
	float: none;

}
.synved-tab-title-practice-philosophy h2, .synved-tab-title-who-we-are h2 {
    padding-top:50px;
}
.synved-tab-title-testimonials h2, .synved-tab-title-why-nydnrehab h2 {
    padding-top:75px;
}
/*////////////////// popup2017 start ///////////////////////*/

.popup2017 {
    position: absolute;
    width: 940px;
    border-radius: 20px;
    border: 2px solid #007aff;
    background-color: #ffffff;
    left: 50%;
    margin-left: -460px;
    top: 45px;
    font-family: 'Roboto', sans-serif;
    padding:45px 0;
    z-index: 9;
    display: none;
}
.popup2017 .top_img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.popup2017 .greeting {
    padding-top: 30px;
}
.popup2017 .greeting .title {
    background-color: #007aff;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    width: 468px;
    padding: 10px 25px 10px;
}
.popup2017 .greeting .text {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 12px 25px;
}
.popup2017 .list .box {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.popup2017 .list .box .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 41%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0 40px;
}
.popup2017 .list .box img {
    height: 100%;
}
/*.popup2017 .list .box:nth-child(1) .txt {
	background-color: rgba( 8, 8, 8, 0.8);
} */
.popup2017 .list .box:nth-child(2) .txt {
    background-color: rgba( 174, 17, 19, 0.8);
}
.popup2017 .list .box:nth-child(3) .txt {
    background-color: rgba( 4, 121, 248, 0.8);
}
.popup2017 .list .box .txt span {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.popup2017 .more_info {
    padding: 0 25px;
}
.popup2017 .more_info {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.popup2017 .more_info li {
    list-style: none;
    margin-left:0;
}
.popup2017 .more_info p {
    padding-top: 15px;
}
.popup2017 .more_info ul {
    padding-left: 0;
}
.popup2017 .company_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    flex-wrap: wrap;
}
.popup2017 .about_block {
    padding: 0 85px 20px 85px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top:1px solid #080808;
    border-bottom:1px solid #080808;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 55px;
}
.popup2017 .about_block .text {
    padding-left: 13%;
}
.popup2017 .bottom_text {
    padding: 25px 25px 10px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
#close_popup2017 {
    border: none;
    outline: none;
    background-color:transparent;
    opacity: 0.5;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
}
.overlay_popup2017 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba( 0, 0, 0, 0.8);
    z-index:1;
    display: none;
}




@media (max-width: 991px) {
    .popup2017 {
        width: 90%;
        margin-left: -45%;
        z-index:9999;
    }
    .popup2017 .list .box img {
        object-fit: cover;
    }
    #btn-submenu {
        line-height:28px;
    }
}
@media (max-width: 767px) {
    #btn-submenu {
        line-height:22px;
    }
    .popup2017 .list .box {
        flex-wrap: wrap;
    }
    .popup2017 .list .box .txt {
        position: relative;
        width:100%;
    }
    .popup2017 .list .box:nth-child(1) .txt {
        background-color: rgba( 8, 8, 8, 0.8);
    }
    .popup2017 .greeting .title {
        width:60%;
    }
    .popup2017 .list .box img {
        height:auto;
    }
    .popup2017 .about_block {
        padding: 0 25px 20px 25px;
        flex-direction: column;
        font-size:14px;
    }
    .popup2017 .about_block .text {
        padding-left:0;
    }
    .popup2017 .list .box .txt {
        padding:25px;
    }
    .popup2017 .greeting .title {
        font-size:20px;
    }
    .popup2017 .greeting .text {
        font-size:14px;
    }
    .popup2017 .more_info {
        font-size:14px;
    }
    .popup2017 .bottom_text {
        font-size:18px;
    }
    .popup2017 .company_list img {
        margin:15px 0;
    }
}

@media (min-width: 1024px) {
    .site-header.touch_device #btn_mob_menu {
        display: block !important;
    }
}

/*////////////////// popup2017 end ///////////////////////*/
#text-50 .owl-carousel {
    z-index:0;
}
#text-50 {
    margin: 0;
}
@media (max-width: 768) {
	.map-custom {
		pointer-events: none!important;
	}
    .section_partners .partners_list .partners_item {
        width: calc( 100% / 3 );
    }
}
/* Delete social links on /category/blog/page */
.pos_r .blog_title_text a.social {
	display: none;
}

/* End Delete social links on /category/blog/page */


/* Custom last child Menu */
/*ul.site-top-menu li:last-child {*/
/*    display: none;*/
/*}*/
/* End Custom last child Menu */
@media (max-width: 1023px) {
    /* Custom last child Menu */
    .pushy ul.site-top-menu li:last-child {
        display: block;
    }

    /* End Custom last child Menu */
}

.newArticle-content .new-article__black-block--line p {
    color: #fff;
    text-align: center;
    font-style: italic;
    text-transform: inherit;
}
.grid_12 .title_homepage {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Segoe UI','Tajawal',sans-serif;
    margin:  0 0 30px 0;
    position: relative;
    padding-bottom: 12px;
    color: #000;
    text-align: center;
}
.grid_12 .title_homepage:before {
     position: absolute;
     width: 100%;
     bottom: 0;
     content: '';
     left: 0;
     height: 1px;
     right: 0;
     margin: auto;
     max-width: 300px;
     background-color: #ff2d55;
 }
.global-footer__top--title a, .global-footer__top--subtitle a,
.global-footer__top--text p a,
.global-footer__top--blue-btn a, .global-footer__top--blue p a,
.global-footer__top--title h3, .global-footer__top--subtitle h4{
        color: #ffffff;
}
.container_home_block {
    text-align: center;
}
@media (min-width: 980px) {
    .section_partners .container_12 .grid_12 {
        text-align: center;
    }
}

.menu-item-17 ul.sub-menu li:last-child,
.menu-item-23 ul.sub-menu li:last-child
{
    display: block;
}
.menu-item-23 .sub-menu {
    min-width: 610px;
}
.menu-item-32238 a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border-bottom: 1px dashed #0491d9;
    width: 75%;
    height: 1px;
}
.diastasis_recti_map iframe {
    width: 100%;
    height: 100%;
}
.threed-gait__contacts--form form div.with--before p {
    color: #ffffff;
}
@media (max-width: 991px) {
    .menu-item-32238 a:before {
        display: none;
    }
}

.section_partners-cust {
    width: 100%;
}
.section_partners-cust .partners_list .partners_item {
    max-width: 155px;
}

.tel_answering {
    display: none!important;
}
.mail_answering {
    color: #000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 7px;
    text-align: right;
}
.mail_answering a {
    color: #000;
    position: relative;
}
.mail_answering a::before {
    position: absolute;
    top: 3px;
    width: 21px;
    height: 21px;
    left: -31px;
    background: url(/wp-content/uploads/2020/08/footer7.png) no-repeat;
}
.header-logo-section .logo_review{
    display: none;
}
.custom-header__links {
    display: none;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 10px;
}

.meetTheStaff_content .top_bg {
    padding: 120px 0 125px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/wp-content/themes/nydnr/assets/images/meetTheStaff/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 45px;
}
.meetTheStaff_content .top_bg.request-office-bg {
    padding: 220px 0 240px;
    background-image: url(/wp-content/themes/nydnr/assets/images/meetTheStaff/bg-001.jpeg);
}
.meetTheStaff_content .top_bg.request-office-bg .wrap_h1{
    text-shadow: 2px 2px #000;
}
.meetTheStaff_content .top_bg .wrap_h1 {
    text-align: center;
}
.meetTheStaff_content .top_bg .wrap_h1 h1 {
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 84px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
}
.request-form {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}
.request-form  .form-group__two p{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    justify-items: stretch;
}

@media (max-width: 767px) {
    .request-form  .form-group__two p{
        grid-template-columns: repeat(1, 1fr);
    }
    .meetTheStaff_content .top_bg .wrap_h1 h1 {
        font-size: 60px;
    }

    .meetTheStaff_content .top_bg {
        margin-bottom: 30px;
        padding: 100px 0;
    }
}
@media (max-width: 480px) {
    .meetTheStaff_content .top_bg .wrap_h1 h1 {
        font-size: 44px;
    }
    .custom-header .custom-header__button .custom-header__btn b {
        font-size: 10px!important;
    }
    .site-header.custom-header .custom-header__links {
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
    .custom-header .custom-header__button a {
        height: 32px!important;
        font-size: 10px!important;
    }
    .custom-header .custom-header__button {
        padding-top: 6px!important;
    }
    .custom-header .custom-header__button .custom-header__btn {
        height: 32px!important;
    }
    .custom-footer.fixed {
        height: 44px!important;
    }
    a.custom-footer__contacts {
        bottom: 5px!important;
        left: 20%;
    }
    a.custom-footer__contacts svg{
        width: 14px;
        height: 14px;
    }
    .custom-footer__contacts span {
        font-size: 12px!important;
        line-height: 16px!important;
    }
    .fixed-google__badge .ti-widget[data-layout-id='11'][data-set-id='light-background'] {
        max-width: 190px!important;
    }
    .ti-widget[data-layout-id='11'][data-set-id='light-background'][data-pid='fed70551198e74610e5f846bd6'] .ti-header {
        padding: 4px!important;
    }
    .ti-widget[data-layout-id='11'][data-set-id='light-background'] .ti-widget-container .ti-header.source-Google .ti-platform-icon {
        width: 32px!important;
        height: 32px!important;
        margin-right: 7px!important;
    }
    .ti-widget[data-layout-id='11'][data-set-id='light-background'][data-pid='fed70551198e74610e5f846bd6'] .ti-text {
        font-size: 10px!important;
    }
    .ti-widget[data-layout-id='11'][data-set-id='light-background'] .ti-profile-details .stars, .ti-widget[data-layout-id='11'][data-set-id='light-background'] .ti-profile-details .ti-stars {
        line-height: 10px!important;
    }
    .ti-widget[data-layout-id='11'][data-set-id='light-background'][data-pid='fed70551198e74610e5f846bd6'] .ti-rating {
        font-size: 12px!important;
    }
    .ti-widget[data-layout-id='11'][data-set-id='light-background'] .ti-profile-details .stars .ti-star, .ti-widget[data-layout-id='11'][data-set-id='light-background'] .ti-profile-details .ti-stars .ti-star {
        width: 13px!important;
        height: 13px!important;
    }
    .site-header.touch_device.custom-header .container_home_block{
        padding: 10px 15px 8px;
    }
}
@media (max-width: 991px) {
    .site-header.newHome.custom-header .header-calling-section {
        display: none!important;
    }
    .site-header.newHome.custom-header .header-infosection.flexrow {
        flex-direction: column;
    }
    .mail_answering {
        font-size: 14px;
    }
    .site-header.custom-header .custom-header__links {
        display: flex;
    }
    .custom-header__links--item {
        width: 45%;
    }
    .custom-header__links--item .mail_answering {
        margin-top: 0;
        text-align: left;
    }
    .custom-header__links--item .callnow {
        text-align: left!important;
        margin-top: 0!important;
    }
    .custom-header__links--item .callnow span:before{
        top: 5px;
    }
    .custom-header__links--item a{
        font-size: 13px;
    }
}

/* Case Studies */
.case-studies {
    margin: 40px 0 30px;
}
.case-studies-template {
    margin-block: 20px 70px;
}
.case-studies-template .template__symptoms{
    margin-bottom: 82px;
}
.case-studies-template__content {
    color: #000;
    font-family: 'Segoe UI','Tajawal',sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
.case-studies-template__content p {
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Segoe UI';
}
.case-studies-template__content h3,
.case-studies-template__content h4,
.case-studies-template__content h5,
.case-studies-template__content h6,
.case-studies-template__content h2{
    color: #000;
}
.case-studies-template__content h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Segoe UI','Tajawal',sans-serif;
    margin-block: 50px 10px;
}
.case-studies-template__content hr {
    margin-bottom: 30px;
    border: 1px solid #009CE9;
}
.case-studies-template__content ul li {
    list-style-type: disc;
}
.case-studies-template__content img {
    margin: 5px;
}
.case-studies-template .template__symptoms--text h1{
    color: #000;
    text-align: center;
    font-family: 'Segoe UI','Tajawal',sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}

.case-studies-list .pos_r {
    margin-bottom: 60px;
    padding-left: 40px;
    min-height: unset;
}
.case-studies-list .blog_title_text {
    bottom: 0;
    min-height: 140px;
    position: relative;
}
.case-studies-list .date_ab {
    bottom: 0;
}

.case-studies h2.newArticle__title {
    text-align: center;
}
.case-studies__btn {
    color: #0F0F0F;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
    position: absolute;
    left: 33px;
    bottom: 40px;
}
.case-studies__btn:hover {
    color: #009CE9;
}
.case-studies__btn:hover svg path{
    fill: #009CE9;
}
.case-studies__item {
    padding: 38px 11px 140px 33px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    margin: 20px 20px;
}
.case-studies__item--content {
    color: #000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.case-studies__item--content h2 {
    text-align: left!important;
}
.case-studies__item--content h2:before{
    display: none;
}
.case-studies__item--content a:first-child {
    color: #101010;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 47px;
    text-decoration: none;
}
.case-studies__item--content a:first-child:hover {
    text-decoration: none;
    color: #009CE9;
}
.case-studies__item--content hr {
    border: 5px solid #009CE9;
    margin-block: 0 16px;
    width: 86px;
}

.case-studies__slider {
    display: none;
}

.case-studies__slider.slick-initialized {
    display: block;
}

.case-studies__slider .prev {
    position: absolute;
    z-index: 10;
    top: 43%;
    transform: translateY(-50%);
    left: -10px;
    font-size: 46px;
    cursor: pointer;
}
.case-studies__slider .next {
    position: absolute;
    z-index: 10;
    top: 43%;
    transform: translateY(-50%);
    right: -10px;
    font-size: 46px;
    cursor: pointer;
}

.case-studies__slider .slick-track
{
    display: flex !important;
}

.case-studies__slider .slick-slide
{
    height: inherit !important;
}
/* End Case Studies */

@media (max-width: 767px) {
    img.lazyloaded {
        aspect-ratio: auto;
        max-width: 100%;
        height: auto;
        display: block;
    }
}