#leader-form-embed {
	max-width: 560px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 14px;
	padding: 6px;
}
#leader-form-embed-popup {
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	z-index: 1000;
	border-top: 2px solid #ff0000;
	margin-bottom: 14px;
	box-shadow: 0px 0px 4px #e6e6e6;
	position: fixed;
    bottom: 90px;
    right: 0;
    margin-right: -400px;
}

#leader-form-embed-popup form {
	padding: 16px;
}

#leader-form-embed-popup-close {
	width: 28px;
	height: 28px;
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	float: left;
	font-family: sans-serif;
}

#leader-form-embed h2 {
	text-align: center;
	line-height: 34px;
	font-size: 30px!important;
	margin-top: 20px!important;
	margin-bottom: 10px!important;
	color: #C82027;
	font-weight: bold;
	direction: rtl;
	font-family: ShualBold, Arial, sans-serif;
}
#leader-form-embed-popup h2 {
	text-align: right;
    line-height: 22px;
    width: 93%;
    float: right;
	font-size: 20px!important;
	margin-top: 0px!important;
	margin-bottom: 10px!important;
	color: #C82027;
	font-weight: bold;
	direction: rtl;
	font-family: ShualBold, Arial, sans-serif;
}


#leader-form-embed input[type=text], #leader-form-embed input[type=tel], #leader-form-embed input[type=email] {
	width: 94%;
	max-width: 94%;
	min-height: 32px !important;
	max-height: 34px !important;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #ffffff;
    border-color: rgba(3,53,55,0.2) !important;
	border: 1px solid;
    border-width: 1px 1px 1px 1px !important;
    font-size: 14px;
	color: #000000;
    padding: 6px 16px;
    direction: rtl;
    font-family: open sans hebrew, Arial, sans-serif;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#leader-form-embed-popup input[type=text], #leader-form-embed-popup input[type=tel], #leader-form-embed-popup input[type=email] {
	width: 87%;
	max-width: 87%;
	min-height: 25px !important;
	max-height: 34px !important;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #ffffff;
	border: 1px solid;
    border-color: rgba(3,53,55,0.2) !important;
    border-width: 1px 1px 1px 1px !important;
    font-size: 14px;
    padding: 6px 16px;
    direction: rtl;
    font-family: open sans hebrew, Arial, sans-serif;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#leader-form-embed ::placeholder,#leader-form-embed-popup ::placeholder  {
  color: #a6a6a6;
  opacity: 1; /* Firefox */
  font-family: open sans hebrew, Arial, sans-serif;
}

#leader-form-embed :-ms-input-placeholder, #leader-form-embed-popup :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #a6a6a6;
 font-family: open sans hebrew, Arial, sans-serif;
}

#leader-form-embed ::-ms-input-placeholder, #leader-form-embed-popup ::-ms-input-placeholder { /* Microsoft Edge */
 color: #a6a6a6;
 font-family: open sans hebrew, Arial, sans-serif;
}

#leader-form-embed input[type=submit] {
    padding: 0px 60px 0px 60px;
    font-size: 25px;
	font-weight: 600;
    color: #fff;
    width: auto; 
    height: 45px;
    background: #C82027; 
    border:0 none;
    cursor:pointer;
    display: block;
    margin: 0 auto;
    font-family: ShualBold, Arial, sans-serif;
	letter-spacing: 2px;
}
#leader-form-embed-popup input[type=submit] {
    padding: 0px 50px 0px 50px;
    font-size: 25px;
	font-weight: 600;
    color: #fff;
    width: auto; 
    height: 45px;
    background: #C82027; 
    border:0 none;
    cursor:pointer;
    display: block;
    margin: 0 auto;
    font-family: ShualBold, Arial, sans-serif;
	margin-top: 15px;
	letter-spacing: 2px;
}

#leader-form-embed #agreement-check {
	display: block;
	text-align: right;
	direction: rtl;
	width: 100%;
	height: 50px;
}
#leader-form-embed-popup #agreement-check {
	display: block;
	text-align: right;
	direction: rtl;
	width: 100%;
	height: 37px;
	margin-top: 10px;
}

#leader-form-embed input[type=checkbox] {
    width: 22px!important; 
    height: 22px!important;
    margin: 10px 0px 0px 10px;
    float: right;
}
#leader-form-embed-popup input[type=checkbox] {
    width: 20px!important; 
    height: 20px!important;
    margin: 6px 0px 0px 6px;
    float: right;
}

#leader-form-embed label {
	font-size: 20px;
	padding-bottom: 16px;
	color: #737373;
	font-family: open sans hebrew, Arial, sans-serif;
	line-height: 26px;
	float: right;
	margin-top: 10px;
}
#leader-form-embed-popup label {
	width: 240px;
	font-size: 14px;
	color: #4d4d4d;
	font-family: open sans hebrew, Arial, sans-serif;
	float: left;
	line-height: 16px;	
	margin-top: 2px;
}

#form-validation-privacy, #form-validation-privacy-popup {
	color: #ff0000;
	font-size: 18px;
	direction: rtl;
	margin-bottom: 34px;
	display: none;
	font-family: open sans hebrew, Arial, sans-serif;
	clear: both;
	font-weight: bold;
} 

#form-sent, #form-popup-sent {
	color: #009900;
	font-size: 18px;
	direction: rtl;
	margin-bottom: 34px;
	display: none;
	font-weight: bold;
	font-family: open sans hebrew, Arial, sans-serif;
	clear: both;
}



/* The animation code */
@keyframes slideIN {
  from {margin-right: -400px;}
  to {margin-right: 0px;}
}

/* The element to apply the animation to */
.animationSlideIN {
  animation-name: slideIN;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  display: block!important;
}

/* The animation code */
@keyframes slideOUT {
  from {margin-right: 0px;}
  to {margin-right: -400px;}
}

/* The element to apply the animation to */
.animationSlideOUT {
  animation-name: slideOUT;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}


.INDDesktop #INDmenu-btn {
    bottom: 50% !important;
}
.grecaptcha-badge {
    bottom: 11% !important;
}



@media only screen and (max-width: 380px) {
    
    #leader-form-embed h2 {
		font-size: 20px!important;
		line-height: 24px;
	}
	#leader-form-embed label {
		font-size: 14px!important;
		line-height: 18px;
		width: 200px;
	}

}
@media only screen and (max-width: 600px) and (min-width: 381px) {

	#leader-form-embed input[type=text], #leader-form-embed input[type=tel], #leader-form-embed input[type=email] {
		width: 88%;
		max-width: 88%;
	}
	#leader-form-embed h2 {
		font-size: 20px!important;
		line-height: 24px;
	}
	#leader-form-embed label {
		font-size: 14px!important;
		line-height: 18px;
		width: 240px;
	}

}
