/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
            text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

*:focus{
  outline: none;
}
a{
  text-decoration: none;  
}
a:hover, a:focus{
  text-decoration: none;  
  outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
	font-family: 'FbReformaNarrow';
    font-weight: 400;
    direction: rtl;
    overflow-x: hidden;
}
.clearfix{
  clear: both;
}
.container{
  margin:0 auto;
  padding: 0 20px;
}
img{
	max-width: 100%;
}
/****************************************************/
.top-careline {
    background: radial-gradient(ellipse at 35% 45%, #ffffff 0%, #f2f2f2 30%, transparent 65%), radial-gradient(ellipse at 75% 40%, #f5f5f5 0%, transparent 60%), linear-gradient(90deg, #f8f8f8 0%, #f2f2f2 55%, #ebebeb 100%);
    background-size: cover;
    display: flex;
    direction: ltr;
    padding:0 20px;
}
.left-careline{
	width: 50%;
    direction: rtl;
    padding:90px 0 50px;
    background-image: url(images/bg-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.inner-left{
	text-align: center;
    max-width: 640px;
    margin:0 auto;
}
.box-90 {
    width: 100%;
    position: relative;
    border-top: 2px solid #e6daa6;
    border-left: 2px solid #e6daa6;
    border-right: 2px solid #e6daa6;
    margin-top: 80px;
    height: 90px;
}
.box-90:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 2px;
    width: 10px;
    background: #e6daa6;
}
.box-90:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 2px;
    width: 10px;
    background:#e6daa6;
}
.box-90 span {
    position: absolute;
    width: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -55px;
    padding: 0 10px;
}
.box-90 span img{
    width: 100%;
    display: block;
}
.ct-box{
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    width: 100%;
}
.ct-box p {
    color: #000;
    font-size: 43px;
    margin: 0;
    line-height: 36px;
    font-weight: 500;
}
/***********************************/
.right-careline {
    width: 50%;
    position: relative;
    padding: 100px 0 50px;
    text-align: center;
    direction: rtl;
}
.right-careline  img {
    display: block;
    margin: 0 auto;
}
.right-careline h1 {
    margin:20px 0 0;
    font-size: 50px;
    font-weight: 700;
}
.right-careline h1 br {
    display: none;
}
.product-cera{
    margin: 10px 0 0;
    position: relative;
}
.item-product{
    position: absolute;
}
.item-product.item1 {
    text-align: left;
    bottom: 33%;
    right:3%;
}
.item-product.item2 {
    text-align: right;
    right: 38%;
    top: 25%;
}
.item-product h3 {
    margin: 0;
    font-weight: 600;
    font-size: 35px;
    line-height: 30px;
}
.item-product p {
    margin: 0;
    font-size: 28px;
    line-height: 24px;
}
/*******************************************************/
#scroll-box{
    background: #e6daa6;
}
.inner-footer{
    max-width: 1680px;
    padding:25px 20px;
    margin:0 auto;
}
.form-footer {
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 20px;
}
.top-col {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.ct-form{
    width:19%;
}
.ct-form h2 {
    font-size: 70px;
    margin: 0;
    font-weight: 600;
    line-height: 60px;
}
.ct-form p {
    font-size: 33px;
    line-height: 30px;
}
.col-btn{
    width: 26%;
}
.col-btn p{
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -0.2px;
}
.col1 p{
	margin:0;
	position: relative;
}
.form-center{
    width: 72%;
}
.top-col p{
    display: flex;
    justify-content: space-between;
}
.col1 label {
    color: #000;
    font-size: 26px;
    /*width: 117px;*/
    display: block;
    text-align: left;
    padding-left: 5px;
    margin-top: 10px;
    font-weight: 700;
}
.col1 label.error {
    color: red;
    font-size: 18px;
    width: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}
.form-footer input[type="text"], .form-footer input[type="tel"], .form-footer input[type="email"],
.inner-footer #_atPopupSU .bl-template.popup-dir-rtl input[type="text"] {
    display: inline-block;
    height: 50px !important;
    line-height: 50px !important;
    border: none;
    font-weight: 400;
    font-size: 20px !important;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    border-radius: 37px;
    width: 100%;
    padding: 0 10px !important;
    font-family: 'FbReformaNarrow'!important;
    box-sizing: border-box;
}
.form-footer input[type="submit"]:hover,
.input-submit:hover{
  background: #d6ad91;
  border: 2px solid #d6ad91;
  color: #fff;
}
.form-footer input[type="submit"], .input-submit {
    width: 150px;
    display: block;
    height: 45px;
    line-height: 45px;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    transition: all 0.3s;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 38px;
    background: none;
    float: left;
    font-weight: 700;
    font-family: 'FbReformaNarrow';
}
#_atPopupSU{
    font-family: 'FbReformaNarrow';
}
.note-p{
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #000;
    text-align: center;
}
.inner-footer #_atPopupSU .bl-template.popup-dir-rtl label {
    margin: 0;
}
.inner-footer #_atPopupSU .bl-template .bl-block-content-column .bl-block-content-item+.bl-block-content-item {
    margin-top: 0;
}
.inner-footer #_atPopupSU .bl-template.popup-dir-rtl h2 {
    font-size: 70px !important;
    margin: 0;
    font-weight: 600;
    line-height: 60px!important;
    font-family: 'FbReformaNarrow';
    color: #000!important;
    margin-top: 15px;
}
.inner-footer #_atPopupSU .bl-template.popup-dir-rtl p {
    font-size: 33px;
    line-height: 30px;
    font-family: 'FbReformaNarrow';
    color: #000!important;
}
@media screen and (max-width: 1685px) {
.note-p {
    font-size: 23px;
    line-height: 26px;
}
.inner-footer #_atPopupSU .bl-template.popup-dir-rtl h2 {
    font-size: 60px!important;
    line-height: 55px!important;
}
.inner-footer #_atPopupSU .bl-template.popup-dir-rtl p {
    font-size: 30px!important;
    line-height: 27px!important;
}
}
@media screen and (max-width: 1570px) {
.note-p {
    font-size: 19px;
    line-height: 20px;
}
.inner-footer #_atPopupSU .bl-template.popup-dir-rtl p {
    font-size: 26px!important;
    line-height: 24px!important;
}
.inner-footer #_atPopupSU .bl-template.popup-dir-rtl h2 {
    font-size: 52px!important;
    line-height: 50px!important;
}
}
#loading {
    position: relative;
    text-align: center;
    margin: 0 0 40px 0;
    padding-bottom: 30px;
}
.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: 0;
    position: absolute;
    left: 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);
    }
}
#modal-error{
    color:#fff;
}
.overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  transition:all 0.25s ease-in;
  opacity:0;
  z-index:-1;
}
.thankyou .close{
    width: 35px;
}
.thankyou {
    background: #e6daa6;
    margin: 0 auto;
    width: 500px;
    position: fixed;
    top: 50%;
    opacity: 0;
    z-index: -1;
    left: 50%;
    text-align: center;
    border-radius: 20px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: 2px solid #000;
    padding: 15px;
}
.close {
    text-align: right;
}
.close img{
    cursor: pointer;
}
.content-thank h2 {
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
}
.content-thank h3 {
    margin: 26px 0 0;
    font-size: 46px;
    line-height: 42px;
    font-weight: 600;
}
.content-thank span {
    display: block;
    text-align: left;
    margin-top: 60px;
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
body.show-popup .overlay,body.show-popup .thankyou{
  opacity:1;
}
body.show-popup .overlay{
    z-index:99;
    transition:all 0.25s ease-in 0.25s;
}
body.show-popup .thankyou{
  z-index:999;
    transition:all 0.5s ease-in 0s;
}
.logo-footer{
    display: none;
}
.box-none{
    display: none;
}
.right-careline .title-mb{
    display: none;
}
#_atPopupSU .form-input-new{
    display:flex !important;
}
/*******************************************************************
Reponsive
********************************************************************/
@media screen and (max-width:1685px) {
.item-product.item1 {
    right: 0%;
}
.ct-form h2 {
    font-size: 60px;
    line-height: 55px;
}
.ct-form p {
    font-size: 30px;
    line-height: 27px;
}
.col-btn p {
    font-size: 23px;
    line-height: 26px;
}
}
@media screen and (max-width:1570px) {
.ct-form h2 {
    font-size: 52px;
    line-height: 50px;
}
.ct-form p {
    font-size: 26px;
    line-height: 24px;
}
.col-btn p {
    font-size: 19px;
line-height: 20px;
}
.col1 label {
    font-size: 22px;
    /*width: 110px;*/
}
.item-product.item1 {
    right: -20px;
}
}
@media screen and (max-width:1450px) {
.ct-form h2 {
    font-size: 46px;
    line-height: 45px;
}
.col1 label {
    font-size: 20px;
    /*width: 100px;*/
}
.form-footer input[type="text"], .form-footer input[type="tel"], .form-footer input[type="email"] {
    height: 40px;
    line-height: 40px;
    width: 150px;
}
.item-product h3 {
    font-size: 30px;
    line-height: 25px;
}
.item-product p {
    font-size: 22px;
    line-height: 20px;
}
.item-product.item1 {
    right:-10px;
}
.item-product.item2 {
    right: 36%;
}
}
@media screen and (max-width:1290px) {
.ct-form h2 {
    font-size: 40px;
}
}
@media screen and (max-width:1260px) {
#_atPopupSU .form-input-new {
    display: block !important;
}
.form-footer {
    display: block;
    text-align: center;
}  
.ct-form {
    width: 100%;
}
.inner-footer h2 {
    font-size: 55px;
    line-height: 55px;
}
.ct-form p {
    font-size: 32px;
    line-height: 29px;
}
.ct-form p br {
    display: none;
}
.col-btn {
    width: 100%;
    text-align: center;
}
.col-btn p {
    font-size: 28px;
    line-height: 28px;
    max-width: 450px;
    margin: 0 auto;
}
.form-footer input[type="submit"] {
    float: none;
    margin: 20px auto;
}
.form-center {
    width: 100%;
    max-width: 450px;
    margin:40px auto;
}
.top-col {
    display: block;
}
.col1 label {
    font-size: 24px;
    /*width: 100px;*/
}
.form-footer input[type="text"], .form-footer input[type="tel"], .form-footer input[type="email"] {
    height: 50px;
    line-height: 50px;
    width: 320px;
}
.top-careline {
    display: block;
}
.left-careline {
    width: 100%;
    padding: 50px 0;
}
.right-careline {
    width: 100%;
    padding: 50px 0;
    max-width: 600px;
    margin: 0 auto;
}
.box-none {
    display: block;
    max-width: 550px;
    margin: 50px auto 50px;
}
.left-careline .box-90{
    display: none;
}
.item-product.item1 {
    right: -30px;
}
.right-careline .title-mb {
    display: block;
    max-width: 170px;
    margin: 0 auto;
}
.right-careline .title-dk{
    display: none;
}
.ct-box p {
    font-size: 39px;
}
#_atPopupSU.shown {
    max-width: 470px;
    margin: 0 auto;
}
.inner-footer #_atPopupSU .bl-template.popup-dir-rtl h2 {
    font-size: 60px !important;
    text-align: center;
}
.inner-footer #_atPopupSU .bl-template.popup-dir-rtl p {
    font-size: 30px !important;
    line-height: 32px !important;
    text-align: center;
    margin: 5px 0 25px !important;
}
.note-p {
    font-size: 28px;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
}
.inner-footer .col1.col-btn{
    padding-top: 0 !important;
}
.input-submit {
    float: none;
    margin: 30px auto 0;
}
}
@media screen and (max-width:1200px) {
.top-logo img {
    max-width: 300px;
}
}
@media screen and (max-width:990px) {
.left-careline {
    width:100%;
}
.right-careline {
    width:100%;
}
.top-careline {
    flex-wrap: wrap;
}
.top-logo img {
    max-width: 340px;
}
.logo-footer {
    margin-top: 50px;
    display: block;
    text-align: center;
}
}
@media screen and (max-width:760px) {
.product-cera {
    padding-top: 100px;
}
.item-product.item1 {
    right: 21%;
    bottom: inherit;
    top: 0;
    text-align: right;
}
.item-product.item2 {
    top: 35%;
}
.thankyou {
    width: 100%;
    max-width: 300px;
}
.content-thank h2 {
    font-size: 70px;
    line-height: 75px;
}
.content-thank h3 {
    font-size: 35px;
    line-height: 31px;
}
.content-thank span {
    margin-top: 100px;
    font-size: 25px;
}
.inner-footer #_atPopupSU .note-p {
    line-height: 26px !important;
}
}
@media screen and (max-width:580px) {
.top-logo img {
    max-width: 300px;
}
.right-careline {
    padding: 0 0 50px;
}
.right-careline > img {
    max-width: 100px;
}
.right-careline h1 {
    font-size: 40px;
    line-height: 36px;
}
    .item-product h3 {
        font-size: 23px;
        line-height: 18px;
    }
    .item-product p {
        font-size: 16px;
        line-height: 14px;
    }
    .product-cera {
        padding-top: 70px;
    }
.ct-box {
    bottom: -32px;
    left: 15px;
    right: 15px;
    width: auto;
}
.box-90 span {
    width: 80px;
    top: -45px;
}
.ct-box p {
    font-size: 30px;
    line-height: 24px;
}
.ct-box p br {
    display: none;
}
.box-90 {
    max-width: 320px;
}
.right-careline h1 br {
    display: block;
}
}
@media screen and (max-width:500px) {
.col1 label {
    font-size: 20px;
}
.form-footer input[type="text"], .form-footer input[type="tel"], .form-footer input[type="email"] {
    width: 174px;
}
.form-center {
    max-width: 300px;
}
.logo-footer img{
    max-width: 200px;
    margin:0 auto;
}
#_atPopupSU.shown {
    max-width: 325px;
}
.inner-footer #_atPopupSU .bl-template .bl-block {
    width: 100% !important;
}
}
@media screen and (max-width:377px) {
.thankyou {
    width: 100%;
    max-width: 300px;
}
.right-careline h1 {
    font-size: 32px;
    line-height: 29px;
}
}