/*
fTheme Name:         Demo HTML5 Template
Theme URI:         
Author:             
Author URI:         
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:        DemoTheme
Domain Path:        /languages/
*/

/* =======================

CSS Style Structure
- Base Style
- Header
    - Navigation
    - Slide
- Footer

=======================*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0 !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clear{
    clear: both;
}
/************************************************
css
*************************************************/
body{
    font-family: 'Open Sans Hebrew';
    direction: rtl;
}
.container{
    max-width: 1230px;
    margin:0 auto;
    padding:0 15px;
}
.logo{
    text-align: center;
}
.content-page{
    text-align: center;
    padding: 30px 0;
}
.content-page p {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #ed1d25;
    margin:0;
}
#tabs-nav{
    text-align: center;
}
#tabs-nav{
    margin:0;
    padding: 0;
}
#tabs-nav li {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    padding:20px 0 0;
    margin:0 25px;
}
#tabs-nav li a {
    display: block;
    border: 3px solid #000;
    padding: 8px 15px;
    border-radius: 8px;
}
#tabs-nav li.active a{
    border: 3px solid #ed1d25;
}
#tabs-nav li img{
    display:block;
    margin:0 auto;
}
#tabs-nav li span{
    display:block;
    font-weight:400;
    font-size: 25px;
    line-height: 35px;
    color: #000;
}
#tabs-nav li.active span{
    color: #ed1d25;
}
/************************************************/
.inner-form{
    padding:30px 0;
    max-width:980px;
    margin:0 auto;
}
.inner-form h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #ed1d25;
    margin:0;
}
.inner-form p{
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin:10px 0;
}
/*.inner-form label{
    opacity: 0;
    font-size: 0px;
    width: 0;
    height: 0;
    display: block;
}*/
.contact-form{
   display: flex;
   flex-wrap: wrap;
   margin-top: 40px;
}
.right-form{
    width: 49%;
    margin-left: 1%;
}
.left-form{
    width: 49%;
    margin-right: 1%;
}
.full-form p {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.full-form p:nth-child(2) {
    margin-right: 3%;
}
.fulls-form{
    width: 100%;
}
.inner-form form textarea:focus, 
.inner-form form input[type="file"]:focus, 
.inner-form form input[type="email"]:focus, 
.inner-form form input[type="text"]:focus, 
.inner-form form input[type="date"]:focus, 
.inner-form form input[type="tel"]:focus {
    border:2px solid #2270b3;
    outline: 2px solid #2270b3;
}
.inner-form form input[type="date"], 
.inner-form form input[type="file"], 
.inner-form form input[type="email"], 
.inner-form form input[type="text"], 
.inner-form form input[type="tel"] {
    text-align: right;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border: none;
    width: 100%;
    background: #f1f1f1;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.inner-form textarea {
    text-align: right;
    height: 160px;
    line-height: 30px;
    padding: 10px 20px;
    border: none;
    width: 100%;
    background: #f1f1f1;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    resize: none;
}
.inner-form form input[type="submit"] {
    border: none;
    background: #d71820;
    color: #fff;
    font-size: 25px;
    height: 60px;
    line-height: 49px;
    text-align: center;
    padding: 0;
    width: 150px;
    font-weight: 700;
    margin: 50px auto 20px;
    display: block;
    border-radius: 30px;
}
.thankyou{
    text-align: center;
    margin:40px 0;
}
.thankyou h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 60px;
    color: #ed1d25;
    margin: 0;
}
.thankyou h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #ed1d25;
    margin:10px 0 0;
}

#loading {
    position: relative;
    text-align: center;
    margin: 0 0 40px 0;
    padding-bottom: 60px;
    width: 100%;
}
.loader {
    text-align: center;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #203644;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width:1080px) {
#tabs-nav li img {
    max-width: 100%;
}
#tabs-nav li{
    max-width: 135px;
}
#tabs-nav li span {
    font-size: 18px;
    line-height: 22px;
}
}
@media screen and (max-width:850px) {
.full-form p {
    width: 47%;
}
}
@media screen and (max-width:800px) {
.content-page p {
    font-size: 22px;
    line-height: 35px;
}
#tabs-nav li {
    max-width: 120px;
    margin: 0 10px;
}
}
@media screen and (max-width:600px) {
.left-form {
    width: 100%;
    margin-right: 0;
}
.right-form {
    width: 100%;
    margin-left: 0;
}
.full-form p {
    width: 100%;
}
.full-form p:nth-child(2) {
    margin-right: 0;
}
#tabs-nav li {
    max-width: 100px;
    margin: 0 5px;
}
#tabs-nav li span {
    font-size: 15px;
    line-height: 18px;
}
}
@media screen and (max-width:490px) {
#tabs-nav li {
    max-width: 130px;
}
}

.crema .inner-form h2{
    color: #e0b1c7;
}
.crema .inner-form form input[type="submit"] {
    background: #e0b1c7;
}

.naturalformula .inner-form h2{
    color:#c5ca5f;
}
.naturalformula .inner-form form input[type="submit"] {
    background: #c5ca5f;
}

.careline .inner-form h2{
    color:#000;
}
.careline .inner-form form input[type="submit"] {
    background: #000;
}

.keff .inner-form h2{
    color:#ff86d8;
}
.keff .inner-form form input[type="submit"] {
    background: #ff86d8;
}
/******cremamen.co.il/**********/
.cremamen .inner-form h2{
    color:#2994cc;
}
.cremamen .inner-form form input[type="submit"] {
    background: #2994cc;
}

/******w.babykeff.co.il/**********/
.babykeff .inner-form h2{
    color:#0083c5;
}
.babykeff .inner-form form input[type="submit"] {
    background: #0083c5;
}

/******w.neca7.co.il/**********/
.neca7 .inner-form h2{
    color:#263b84;
}
.neca7 .inner-form form input[type="submit"] {
    background: #263b84;
}
/******w.skingard.co.il/**********/
.skingard .inner-form h2{
    color:#f78f1e;
}
.skingard .inner-form form input[type="submit"] {
    background: #f78f1e;
}
/******https://www.soft-care.co.il//**********/
.soft-care .inner-form h2{
    color:#006db8;
}
.soft-care .inner-form form input[type="submit"] {
    background: #006db8;
}
/******https://www.cosmopharm.co.il//**********/
.cosmopharm .inner-form h2{
    color:#2e3591;
}
.cosmopharm .inner-form form input[type="submit"] {
    background: #2e3591;
}