﻿body {
	margin:0;
	padding:0;
	background:#fff;
	direction: rtl;
}
* {
	font-family:arial;
}
.width100 {
	width:100%; 
}
#bgSite {
	width:100%;
	position:relative;
	background:url("images/bgSite.jpg") no-repeat top left;
	background-size:100%;
}
#bgSiteImg {
	vertical-align:top;
	width: 100%;	
}
.wrpThk{background:#000 !important;text-align:center;}
.wrpThk #bgSiteImg{max-width:100%;width:auto;height: 100%;}
.phoneNumber
{
	top: 65.6%;
	right: 14.3%;
	font-weight: bold;
	font-size: 18px;
	position:absolute;
	color:#040707;
}
.phoneNumber i{color:#d4232b;font-weight:bold;}
.centerFrm {
	width:16%;
	height:15%;	
	top:14%;
	left:20%;	
	position:absolute;
}
#wrapForm {

}
#wrapForm input {
	width:100%;
	padding:0 3.5% 0 0;
	height:18%;
	direction:rtl;
	border:0;
	outline:0;
	background:none;
	color:#000;
	font-size:16px;
	display:block;
	margin-bottom:4%;
}
#wrapForm #btnSubmit{
	width:100%;
	background:none;
	cursor:pointer;
}
input#sendMail {
	width:auto;
	height:auto;
	outline:0;
	margin-right:-19px;
	margin-top: 0px;
}
#message {
	font-size: 12px;
	color: white;
	margin-top: -3px;
}
/*mobile*/
.msgMbl{
	font-size:18px !important;
	margin-left:0;
}
.centerMobile{
	--max-width:640px;
	width:100%;
	margin:0 auto;
}
#bgMobileSite{
	position:relative;
	width:100%;
	--float:left;
	background:url(images/bgMobile.jpg) no-repeat top left;
	background-size:100% auto;
}
#bgMobileSite_tnx{
	position:relative;
	width:100%;
	--float:left;
	background:url(images/TNX_mobile.jpg) no-repeat top left;
	background-size:100% auto;
}

#bgSiteMobileImg {
	vertical-align:top;
	width:100%;
	opacity: 0;
}
#wrpFormMobile{
	position: absolute;
	height:13.5%;
    width: 88%;
    top: 50.5%;
	left:6%;	
    z-index: 1;
}
#wrpThanksMobile{
	display:none;
	position: absolute;
	height:23.5%;
    width: 76%;
    top: 41%;
	left:12%;
	padding-top:7%;
    z-index: 1;
	background:#000;
	color:#fff;
	font-weight:bold;
	direction:rtl;
	font-size:128%;
	text-align:center;
}
#wrpFormMobile input,#wrpFormMobile #btnSubmit {
	width:100%;
	padding:0 2%;
	float:right;
	height:28%;
	background:white;
	border:0;
	font-size:50px;
	direction:rtl;
	color:#000;
	outline:0;
	margin-bottom:4%;
}
#wrpFormMobile #btnSubmit {
    background: none;
    height: 17%;
    margin: 4% 0 0 0;
}
#callNow {
	position: absolute;
    width: 40%;
    height: 2.5%;
    top: 64.4%;
    left: 30%;
    background:none;
}
#wrpChb {    
	width: 5%;
    float: right;
	margin-top: -3%;
    height: 11%;
    margin-right: 0px;
    padding-top: 3px;
}
.fll{float:left;}
#wrpFormMobile #sendMail{
	width:100%;
	float: right;
	margin:2px 2px 0 0;
	height: 100%;
}
@media screen and (max-width: 1800px) and (min-width: 1367px) {

	#wrapForm input {
		/*height:33px;*/
	}
	

	input#sendMail {
		margin-right: 3px;
		margin-top: -10px;
	}	
	
}
@media (max-width: 1366px) and (min-width: 1281px) {

	.centerFrm {
		left:21%;	
	}
	#wrapForm input {
		/*height:30px;*/
		margin-bottom: 3px;
	}

	input#sendMail {
		margin-top: -6px;
		margin-right: -3px;

	}


}


@media (max-width: 1280px) and (min-width: 639px) {

	/*.centerFrm {
		left:20%;	
		width:16%;
	}*/
	#wrapForm input {
		/*height:30px;*/
		/*margin-bottom: 0px;*/
	}

	input#sendMail {
		margin-top: -2px;
		margin-right: 0;

	}


}

@media (max-width: 639px)
{
}

@media (max-width: 568px)
{
}
@media (max-width: 480px)
{
	#wrpFormMobile #sendMail{
		margin-top:0;
	}
	.msgMbl{
		margin-top:0;
	}
}
@media (max-width: 375px)
{
	#wrpFormMobile input{
		font-size:25px;
	}
	#wrpFormMobile #sendMail{
		margin: 0px 0 0 0;
	}
	.msgMbl{
		font-size:12px;
	}
}