a {
    text-decoration: none; 
    color: #9e9e9e;
}

* {
     width: 100%;
	 height: 100%;
	 font-family: 'Noto Sans Hebrew', Tahoma, sans-serif;
}
html, body {
     margin: 0px;
     height: 100%;
     width: 100%;
     direction: rtl;
	 background-color: #29305b;
	 font-family: 'Noto Sans Hebrew', Tahoma, sans-serif;
}

header {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0px;
}

.logo {
	width: 170px;
    height: auto;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}

.main {
    text-align: center;
    max-width: 70%;
	height: auto;
	font-family: 'Noto Sans Hebrew', Tahoma, sans-serif;
	margin: 0 auto;
}

.main h1 {
    display: block;
    font-size: 45px;
    color: #0dccd7;
    font-weight: 700;
    max-width: 450px;
    margin: 0 auto;
	height: auto;
}

.main > .des {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    max-width: 550px;
    direction: rtl;
    height: auto;
    margin: 30px auto;
    line-height: 25px;
}

.button {
    width: 420px;
    height: 50px;
    margin: 30px auto 18px auto;
    display: block;
    background-color: #28a419;
    vertical-align: middle;
    border-radius: 25px;	
}

.button > .whatsapp {
	width: 45px;
    height: auto;
    display: inline-block;
	vertical-align: middle;
	margin-top: -8px;
}

.button > span {
	display: inline-block;
    height: auto;
    width: auto;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-top: 19px;
}

.terms {
    display: block;
    height: auto;
    width: auto;
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 500;
}

.terms > a {
    font-weight: 700;
	text-decoration: underline; 
}

footer {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
}

.powered_by {
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 500;
}

.br_mobile {
	display: none;
}

.button_calc {
	width: 420px;
    height: 50px;
    margin: 15px auto;
    display: block;
    background-color: #eb8e24;
    border-radius: 25px;
    border: 0px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding-top: 18px;
}
 
 @media only screen and (max-width: 768px) {
	 
	 header {
		padding: 20px 0px;
	}

	.logo {
		width: 140px;
	}
	
	.main {
		max-width: 90%;
	}

	.main h1 {
		font-size: 34px;
	}

	.main > .des {
		font-size: 17px;
		margin: 25px auto;
		line-height: 23px;
	}

	.button {
		width: 90%;
	}
	
	.button_calc {
		width: 90%;
	}
	
	.br_mobile {
		display: block;
	}
	   
}
