@font-face {
    font-family: 'Reforma';
	src: url('../fonts/REFORMAREGULAR.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ReformaMedium';
	src: url('../fonts/REFORMAMEDIUM_(1).TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ReformaLight';
	src: url('../fonts/REFORMALIGHT.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

#text111 {
	font-family: Arial;

	font-size: 24px;
	color: #d20824;
	text-align: center;
}
html, body {
	min-height: 100%;
	direction: rtl;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: 'Reforma';
}
a > img {
	border: 0;
}
.container {
	width: 100%;
	margin: 0px auto;
	background: transparent url("../images/background-1920.png") no-repeat scroll 0% 0% / contain;
	position: relative;
	height: 0;
	padding-top: 49.4791%;
	/* padding-top: 56.261%; */
	overflow: hidden;
}
article {
    padding: 0px;
    position: absolute;
    top: 48%;
    right: 12%;
    margin: 0px;
    left: 46%;
}
article h2{
	font-size: 3rem;
}
.zihom {
	position: absolute;
	right: 2%;
	bottom: 1%;
	left: 0%;
}
#mycontactform p {
    margin: 15px 0px 0px 3%;
    display: inline-block;
    width: 29.9%;
}
#mycontactform p.submit-wrap{
	display: block;
	width: 97%;
	margin-top: 20px;
}
#mycontactform .chcbox {
	padding: 0px;
	height: 18px;
	margin: 0px 0px 5px;
}
#mycontactform .chcbox img {
	float: right;
	margin: 15px 22px 0px 0px;
}

.cthank article {
	background: none;
}
.cthank {
	background: transparent url("../images/background-1920-thank.png") no-repeat scroll 0% 0% / contain;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
input {
	border: none;
	outline: none;
	width: 100%;
	line-height: 30px;
	text-align: right;
	padding-right: 15px;
	font-size: 1em;
	font-family: helvetica, sans-serif;
}
input[type="checkbox"] {
	float: right;
	visibility: hidden;
	width: 14px;
	height: 13px;
	position: absolute;
}
input[type="text"], input[type="email"], input[type="tel"] {
    width: 94%;
    min-height: 45px;
    border: 0px solid #1C6776;
    border-radius: 20px;
    /* box-shadow: 0px 0px 5px #DADADA inset; */
	box-shadow: 0 0 5pt 2pt #D3D3D3;
}
input[type="checkbox"] + label {
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 16px;
	top: 15px;
	background: url(../images/check.png) 0px 0px;
	right: 0;
}
input[type="checkbox"] + label + label {
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 16px;
	top: 15px;
	background: url(../images/check.png) 0px 0px;
	right: 0;
}
input[type="checkbox"]:checked + label {
	background: url(../images/check.png) 0px 16px;
}
input[type="checkbox"]:checked + label + label {
	background: url(../images/check.png) 0px 16px;
}
label.error {
    position: absolute;
    top: -55px;
    background: #FFF none repeat scroll 0% 0%;
    color: #000;
    left: 15%;
    text-align: center;
    display: none;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 5px 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial;
    right: 21%;
}
label.error:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 9px;
	margin-left: -9px;
}
input[type="checkbox"] + label.error {
	position: absolute;
	top: -15px;
	background: #fff;
	color: #000;
	width: 120px;
	right: -154px;
	text-align: center;
	display: none;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 5px 10px;
	height: 35px;
}
/* .button {
	background: transparent url("../images/BTN.png") no-repeat scroll 0% 0%;
	height: 40px;
	width: 120px;
	margin: 0;
	cursor: pointer;
	padding: 0px;
	display: inline-block;
} */
.button {
	/* background: transparent url("../images/BTN.png") no-repeat scroll 0% 0%; */
	height: 45px;
	width: 100%;
	margin: 0;
	cursor: pointer;
	padding: 0px;
	color: #fff;
	border-radius: 20px;
	background-color: #026838;
	display: block;
	box-shadow: 0 0 5pt 2pt #D3D3D3;
	text-align: center;
	font-size: 1.5em;
	font-family: 'ReformaLight';
}

#icon1 {
	left: 3.5%;
}
#icon2 {
	left: 25%;
}
#icon3 {
	left: 46.5%;
}
#icon4 {
	left: 68.5%;
}
form#mycontactform {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0;
    width: 100%;
}
form p {
	position: relative;
}
.show-mobile {
	display: none;
}
@media only screen and (max-width:1680px), screen and (min-device-width : 1440px) and (max-device-width : 1680px) and (orientation : landscape) {
	.container {
		padding-top: 55.55%;
		background: transparent url("../images/background-1440.png") no-repeat scroll 0% 0% / contain;
	}
	.cthank {
		background: transparent url("../images/background-1440-thank.png") no-repeat scroll 0% 0% / contain;
	}
}
@media only screen and (max-width:1440px), screen and (min-device-width : 1366px) and (max-device-width : 1440px) and (orientation : landscape) {
	.container {
		background: transparent url("../images/background-1440.png") no-repeat scroll 0% 0% / contain;
		padding-top: 55.55%;
	}
	article {
		top: 48%;
		right: 12.9%;
		left: 48%;
	}
	article h2{
		margin: 15px 0 5px;
	}
	.cthank {
		background: transparent url("../images/background-1440-thank.png") no-repeat scroll 0% 0% / contain;
	}

	#mycontactform p {
		margin: 15px 0px 0px 3%;
		display: inline-block;
		width: 46%;
	}
	#mycontactform p.submit-wrap{
		display: inline-block;
		width: 46%;
	}
}

@media only screen and (max-width:1024px), screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.container {
		background: transparent url("../images/background-1024.png") no-repeat scroll 0% 0% / contain;
		padding-top: 78.125%;
	}
	article {
		top: 40%;
		right: 8%;
		left: 45%;
	}
	article h2{
		font-size: 1.5rem;
	}
	input[type="text"], input[type="email"], input[type="tel"] {
		min-height: 40px;
	}
	.button {
		height: 40px;
	}
	.cthank {
		background: transparent url("../images/background-1024-thank.png") no-repeat scroll 0% 0% / contain;
	}
}

@media only screen and (min-device-width:480px) and (max-device-width:768px) and (orientation: portrait) {
	.container {
		width: 768px;
		min-height: 1024px;
		background: transparent url("../images/background-768.png") no-repeat scroll 0% 0%;
		padding: 0px;
	}
	article {
		top: 28%;
		right: 19.1%;
		left: 16%;
	}
	.cthank {
		background: transparent url("../images/background-768-thank.png") no-repeat scroll 0% 0% / contain;
	}
	input[type="text"], input[type="email"], input[type="tel"] {
		min-height: 36px;
	}
	.button {
		height: 36px;
	}
}

@media (max-width:480px) {
	.container {
		width: 100%;
		min-height: 460px;
		background: transparent no-repeat scroll 0% 0% / contain;
		height: auto;
		padding: 0;
	}
	article {
		padding: 340px 0px 0px;
		width: 100%;
		display: none;
	}
	.hide-mobile {
		display: none;
	}
	.cond {
		display: none;
	}
	.icons {
		width: 43%;
	}
	.zihom-span {
		width: 99%;
	}
	.icons a {
		width: 98%;
	}
	.creative {
		width: 53%;
		vertical-align: top;
		display: inline-block;
	}
	.show-mobile {
		display: block;
		width: 100%;
		margin: 0px 0px 0px;
	}
	.zihom {
		position: relative;
		right: 0px;
		bottom: 5px;
		padding: 0px 15px;
		background: url("../images/creative-blue.png") no-repeat scroll 4% 0%;
		background-size: 52%;
	}
	iframe {
		display: none;
	}
	.side-menu, .car, .feat-icons {
		display: none;
	}
}
