/*
Theme Name: Save My Back
Theme URI: https://nachalatavot.co.il/
Author: Tiran Moyal
Author URI: https://nachalatavot.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Save, Back
Text Domain: saveback
*/

body {
    font-family: "Heebo", sans-serif;
    color: #000;
    text-align: right;
    direction: rtl;
    font-size: 20px;
}
html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5{
    color: #293866;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    border: none;
    padding: 0;
    margin: 0;
}
.cls {
    clear: both;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #293866;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
    max-width: 100%;
}
input:focus {
    outline: none;
}
input {
    font-family: "Heebo", sans-serif;
    text-align: right;
}
textarea {
    font-family: "Heebo", sans-serif;
    text-align: right;
}
select {
    font-family: "Heebo", sans-serif;
    text-align: right;
}
.img-fluid {
    width: 100%;
    height: auto;
    display: inline-block;
}
a.default-btn{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    display: inline-block;
    border: 1px solid #8da0b8;
    border-radius: 12px;
}
a.default-btn:hover{
    color: #fff;
    background: #293866;
}


/* mobile menu */

.menuicon {
    position: absolute;
    right: 10px;
    top: 20px;
    display: none;
    cursor: pointer;
}
.floatingnav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 999999999;
}
.mobilemenuheader {
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #253a65;
}
.mobilelogo {
    float: left;
}
.mobilelogo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 200px;
}
.closemenu {
    float: right;
    padding: 0 0 0 0;
    cursor: pointer;
}
.menubox {
    padding: 20px 20px;
    text-align: center;
}
.menubox ul li {
    padding: 0 0 5px 0;
    text-align: right;
}
.menubox ul li a {
    font-weight: 300;
    text-decoration: none;
    color: #253a65;
    font-size: 18px;
}
.menubox ul li a:hover {
    text-decoration: none;
    color: #2f9c41;
}
.menubox ul li.current_page_item a {
    text-decoration: none;
    color: #2f9c41;
}
.menubox ul li.current_page_item ul li a {
    text-decoration: none;
    color: #253a65;
}

/* main style start */

.container-fluid{
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 10px;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.no-mrgin{
    margin: 0;
}
.space-between{
    justify-content: space-between;
}
.row-reverse{
    flex-direction: row-reverse;
}
.header-area{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.sticky{
    position: fixed;
}
.header{
    height: 100px;
}
.header-top-inner{
    position: relative;
    height: 100px;
}
.header-right{
    position: absolute;
    right: 0;
    top: 15px;
}
.logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 300px;
}
.navigation{
    padding: 30px 265px 0 265px;
    text-align: center;
}
.navigation ul li{
    display: inline-block;
    margin: 0 30px 0 30px;
    position: relative;
}
.navigation ul li a{
    font-size: 22px;
    display: block;
    padding: 0 0 20px 0;
    color: #253a65;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px slid #fff;
}
.navigation ul li a:hover{
    color: #2f9c41;
    text-decoration: none;
}
.navigation ul li ul{
    width: 220px;
    position: absolute;
    top: 40px;
    right: -15px;
    z-index: 999;
    background: #fff;
    display: none;
}
.navigation ul li ul li{
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
}
.navigation ul li ul li a{
    padding: 5px 15px;
    display: block;
}
.navigation ul li:hover > ul{
    display: block;
}
.navigation ul li ul li ul{
    right: 220px;
    top: 0;
}
.navigation ul li.current_page_item a{
    color: #253a65;
    text-decoration: none;
    border-bottom: 2px solid #253a65;
    font-weight: 700;
}
.header-left{
    position: absolute;
    left: 0;
    top: 15px;
}
.header-button a{
    font-size: 22px;
    display: inline-block;
    padding: 20px 35px 20px 90px;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    background: url(images/header-whatsapp-icon.png) no-repeat 30px center #3ba54a;
}
.header-button a:hover{
    background: url(images/header-whatsapp-icon.png) no-repeat 30px center #3ba54a;
    color: #fff;
}
.home-banner-area{
    position: relative;
}
.home-top-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.home-banner-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 11;
}
.home-banner-content{
    max-width: 830px;
    padding: 50px 0 20px 0;
    text-align: center;
}
.home-banner-content h1{
    font-size: 70px;
    line-height: 70px;
    padding: 0 0 20px 0;
}
.whatsapp-icon img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 437px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.top-more-link{
    padding: 20px 0 0 0;
}
.top-more-link a{
    display: inline-block;
    padding: 15px 0 15px 85px;
    background: url(images/arrow-02.png) no-repeat 0 0;
    text-decoration: none;
    color: #31467f;
    font-size: 24px;
}
.top-featured-area{
    position: relative;
}
.featured-box{
    background: #fff;
    padding: 20px 10px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: -50px 0 0 0;
}
.top-featured-item{
    width: 23%;
    margin: 0 1% 0 1%;
}
.top-featured-item-inner{
    padding: 0 5px 0 5px;
    display: flex;
    flex-wrap: wrap;
    background: url(images/separetor-01.png) no-repeat right center;
    align-items: center;
    justify-content: center;
}
.top-featured-item-info{
    padding: 0 40px 0 0;
}
.top-featured-item-info p{
    font-weight: 700;
    color: #31467f;
}
.top-featured-item:first-child .top-featured-item-inner{
    background: none;
}
.work-area{
    padding: 30px 30px;
    overflow: hidden;
}
.work-area h2{
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 0 20px 0;
}
.work-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5%;
}
.work-item{
    width: 28.33%;
    margin: 1% 2.5% 1% 2.5%;
}
.work-item-inner{
    position: relative;
    text-align: center;
    border-radius: 15px;
    padding: 30px 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.counter-number{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.counter-number span{
    font-size: 40px;
    width: 60px;
    height: 60px;
    background: #1c97af;
    border-radius: 50px;
    display: block;
    color: #fff;
    font-weight: 700;
}
.arrow{
    position: absolute;
    right: -60px;
    top: 50%;
    margin: -20px 0 0 0;
}
.work-item-icon{
    height: 120px;
}
.work-item-info{
    overflow: hidden;
}
.work-item-info h3{
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
.work-item-info p{
    font-size: 24px;
    line-height: 35px;
    padding: 0 0 0 0;
}
.home-price-area{
    padding: 30px 0;
    overflow: hidden;
}
.home-price-box{
    background: #faf8f7;
    border-radius: 15px;
    padding: 25px 45px;
}
.home-price-box h2{
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 0 20px 0;
}
.price-item{
    width: 23%;
    margin: 1% 1% 1% 1%;
}
.price-item-inner{
    position: relative;
    text-align: center;
    border-radius: 15px;
    padding: 30px 25px;
    min-height: 290px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.price-item-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.price-item-top-right{
    width: 70px;
}
.price-item-top-left{
    width: calc(100% - 70px);
}
.price-item-top-left h4{
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}
.price-item-top-left p{
    font-size: 24px;
    line-height: 35px;
}
.price-item-price{
    padding: 40px 0 0 0;
    overflow: hidden;
}
.price-item-price h5{
    font-weight: 900;
    font-size: 70px;
    line-height: 70px;
    color: #1c92ad;
}
.price-item-price h5 span{
    font-size: 50px;
    line-height: 50px;
}
.price-extra-content{
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
}
.price-bottom-button{
    text-align: center;
}
.personalize-area{
    background-size: cover;
    min-height: 470px;
    overflow: hidden;
    padding: 30px 0;
}
.personalize-content{
    overflow: hidden;
    padding: 0 0 20px 0;
    color: #1e2f5d;
}
.personalize-content h2{
    padding: 0 0 30px 0;
    font-size: 40px;
    line-height: 40px;
}
.personalize-content p{
    font-size: 25px;
    padding: 0 0 20px 0;
    line-height: 40px;
}
.gap-20{
    gap: 50px;
}
.personalize-item-inner{
    text-align: center;
}
.personalize-item-icon{
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 15px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.personalize-item-inner h4{
    font-size: 20px;
    padding: 20px 0 0 0;
}
.why-choose-area{
    padding: 30px 0;
    overflow: hidden;
    background: #fff;
}
.why-choose-area h2{
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 0 20px 0;
}
.why-choose-item{
    width: 14.66%;
    margin: 1% 1% 1% 1%;
}
.why-choose-item-inner{
    padding: 0;
    position: relative;
    text-align: center;
}
.why-choose-item-icon{
    min-height: 120px;
}
.why-choose-item-info h4{
    padding: 0 0 15px 0;
}
.treatment-area{
    background-size: cover;
    min-height: 470px;
    overflow: hidden;
    padding: 30px 0;
}
.treatment-container{
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 10px;
}
.treatment-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.treatment-right{
    width: 47%;
}
.one-place-service{
    background: #fff;
    border-radius: 20px;
    padding: 35px 35px;
    position: relative;
    overflow: hidden;
}
.one-place-icon{
    position: absolute;
    left: 30px;
    top: 30px;
}
.one-place-service h2{
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 30px 0;
}
.one-place-service ul li{
    background: url(images/bullet-icon-01.png) no-repeat right 9px;
    padding: 5px 40px 5px 0;
    font-size: 24px;
    color: #232b63;
    margin: 10px 0;
}
.treatment-left{
    width: 47%;
}
.treatment-content{
    text-align: center;
    padding: 30px 0 0 0;
}
.treatment-content h3{
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
}
.treatment-content p{
    font-size: 24px;
    line-height: 35px;
    color: #232b63;
    padding: 5px 0;
}
.treatment-button{
    padding: 20px 0 0 0;
}
.treatment-button a{
    display: inline-block;
    background: #058199;
    border-radius: 15px;
    text-decoration: none;
    padding: 12px 50px 12px 50px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.therapists-area{
    padding: 0 0 ;
    overflow: hidden;
    background: #002652;
    color: #fff;
}
.therapists-right{
    width: 35%;
}
.therapists-picture img{
    width: 100%;
    height: auto;
    display: block;
}
.therapists-left{
    width: 63%;
    padding: 30px 0;
    overflow: hidden;
}
.therapists-left h2{
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 0 0 30px 0;
}
.therapists-item{
    width: 23%;
    margin: 1% 1% 1% 1%;
}
.therapists-item-inner{
    position: relative;
    padding: 0 0 0 0;
    text-align: center;
}
.therapists-item-icon{
    height: 120px;
}
.therapists-item-info h4{
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 0 30px 0;
}
.therapists-item-info p{
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 30px 0;
}
.therapist-link{
    text-align: center;
    padding: 0 0 0 0;
    overflow: hidden;
}
.therapist-link a{
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    text-decoration: none;
    padding: 15px 50px 15px 50px;
    color: #0c1c46;
    font-weight: 700;
    font-size: 24px;
}
.therapist-link a:hover{
    background: #189741;
    color: #fff;
}
.founder-area{
    padding: 30px 0;
    overflow: hidden;
}
.founder-right{
    width: 55%;
}
.founder-content{
    overflow: hidden;
}
.founder-content h2{
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 40px 0;
}
.founder-content p{
    font-size: 24px;
    line-height: 35px;
    color: #232b63;
    padding: 0 0 30px 0;
}
.founder-left{
    width: 40%;
}
.founder-picture{
    overflow: hidden;
}
.founder-picture img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}
.faq-area{
    padding: 30px 0;
    overflow: hidden;
}
.faq-box{
    border: 2px solid #e9e9ea;
    border-radius: 15px;
    padding: 30px 30px;
    overflow: hidden;
}
.faq-box h4{
    text-align: center;
    padding: 0 0 20px 0;
    font-weight: 400;
}
.faqlist{
    margin: 0 0 10px 0;
    overflow: hidden;
}
.faqlist h3{
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    padding: 10px 55px 10px 15px;
    border-radius: 5px;
    background: url(images/faq-icon-01.png) no-repeat 99% center;
}
.faqlist h3:hover{
    color: #179742;
}
.faqlist h3.active{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #179742;
    background: url(images/faq-icon-02.png) no-repeat 99% center;
}
.faqcontent{
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px 25px;
    overflow: hidden;
}
.faqcontent p{
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0 10px 0;
}
.partner-area{
    background-size: cover;
    min-height: 215px;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 2px solid #a0a6b4;
    color: #fff;
}
.partner-info{
    text-align: center;
}
.partner-info h2{
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    padding: 0 0 20px 0;
}
.partner-info .header-button a{
    font-size: 28px;
    font-weight: 700;
    padding: 15px 90px 15px 150px;
}
.partner-info p{
    font-size: 24px;
    padding: 20px 0 0 0;
}
.footer-area{
    padding: 30px 0;
    overflow: hidden;
    background: #012652;
    color: #fff;
}
.footer-inner{
    overflow: hidden;
}
.footer-col{
    width: 18%;
    margin: 1% 1% 1% 1%;
}
.footer-logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 259px;
}
.footer-info h4{
    font-size: 20px;
    padding: 0 0 10px 0;
    color: #fff;
}
.footer-info ul li{
    padding: 5px 0 5px 0;
}
.footer-info a{
    color: #fff;
    text-decoration: none;
}
.footer-info a:hover{
    color: #1d9c44;
    text-decoration: none;
}
.footer-icons ul li{
    padding: 5px 30px 5px 0;
}
.footer-info ul li.phone{
    background: url(images/footer-phone-icon.png) no-repeat right center;
}
.footer-info ul li.email{
    background: url(images/footer-mail-icon.png) no-repeat right center;
}
.footer-info ul li.location{
    background: url(images/footer-location-icon.png) no-repeat right center;
}
.footer-info ul li.hours{
    background: url(images/footer-clock-icon.png) no-repeat right center;
}
.social-icons{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.social-icons a{
    padding: 0 0 0 10px;
}
.footer-buttons{
    overflow: hidden;
    padding: 10px 0 0 0;
}
.footer-buttons a{
    display: block;
    border: 2px solid #fff;
    margin: 5px 0;
    padding:5px 5px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}
.footer-buttons a:first-child{
    background: #159c43;
    border: 2px solid #159c43;
}
.copyright-info{
    padding: 20px 0 0 0;
    text-align: center;
}

/* for default page */

.content-area{
    padding: 30px 0;
    overflow: hidden;
}
.page-title{
    padding: 0 0 25px 0;
}
.page-title h1{
    font-size: 50px;
    line-height: 55px;
}
.page-content{
    overflow: hidden;
}
.page-content p{
    padding: 0 0 25px 0;
    line-height: 30px;
}
.page-content ul, .page-content ol{
    padding: 0 0 20px 0;
}
.page-content ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 5px 0;
}
.page-content ol li{
    list-style-type:decimal;
    list-style-position: inside;
    padding: 5px 0;
}

/* for contact page */

.contact-page-area{
    padding: 50px 0;
    overflow: hidden;
}
.contact-left{
    width: 65%;
}
.contact-form-list{
    padding: 0 0 10px 0;
    overflow: hidden;
}
.contact-form-list input{
    width: calc(100% - 42px);
    height: 55px;
    font-size: 20px;
    border: 1px solid #c3c7cf;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    color: #87878a;
    font-weight: 300;
    text-align: right;
}
.contact-form-list textarea{
    width: calc(100% - 22px);
    height: 100px;
    border: 1px solid #c3c7cf;
    border-radius: 5px;
    padding: 10px 10px;
    color: #87878a;
    font-size: 20px;
    resize: none;
    border-radius: 5px;
}
.contact-form-send{
    padding: 0;
}
.contact-form-send input{
    width: 250px;
    height: 55px;
    border: none;
    background: #012752;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    border-radius: 5px;
}
.contact-form-send input:hover{
    background: #2b9a3f;
    color: #fff;
}
.contact-right{
    width: 32%;
}
.contact-info{
    overflow: hidden;
}
.contact-info h5{
    font-size: 30px;
    line-height: 35px;
    padding: 0 0 20px 0;
    font-weight: 700;
}
.contact-info p{
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 20px 0;
}