* {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: all ease .5s;
}
.wrapper {
  margin: 0 auto;
  width: 1000px;
  box-shadow: 1px 1px 10px 0px #555555, -1px -1px 10px 0px #555555;
  margin: 10px auto;
  padding: 25px;
  border-radius: 10px;
}
body {
    font-family: 'Titillium Web', sans-serif;
}
img {
    max-width: 100%;
}

.header h2 {
  color: #1DBF73;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  text-transform: capitalize;
  padding: 0 55px;
}
.header h2 span {
  color: #FE5B00;
}
.main_content_area {
  overflow: hidden;
  margin-top: 50px;
}
.ebook-main {
  float: left;
  width: 35%;
  position: relative;
}
.ebook-image img {
	width: 100%;
	height: 400px;
	margin: 0 0 60px;
}

.ebook-image img.arrow {
  position: absolute;
  height: 130px;
  bottom: -65px;
  transform: rotate(-20deg);
  left: 85%;
}
.ebook-image img.arrow-red {
    display: none;
}
.content-main {
  float: left;
  width: 60%;
  margin-left: 5%;
}
.form-top {
  text-align: center;
  margin-bottom: 25px;
}
p {
  font-size: 18px;
  color: #2C2C2C;
}
.form-control {
  width: 98%;
  border: 1px solid #444;
  color: #111111;
  padding: 10px 0;
  text-indent: 10px;
  font-size: 16px;
  margin: 0 0 10px;
  border-radius: 5px;
}
.form-group {
  position: relative;
}
.form-group label {
	position: absolute;
	top: 0;
	right: 20px;
	color: #1DBF73;
	font-size: 25px;
}
.form-submit {
	text-align: center;
	margin-top: 25px;
}
.form-submit p {
  font-size: 16px;
}
.fa-lock {
  color: #880012;
}
.form-button {
	background: #FE5B00;
	color: #ffffff;
	border: none;
	display: inline-block;
	padding: 15px 40px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	box-shadow: 0px -3px 4px 2px #AE3600 inset;
	margin: 0 auto 5px;
	border-radius: 10px;
	cursor: pointer;
	text-shadow: 1px 1px 3px #000;
}
.form-button:hover {
	background: #FE5B00;
	box-shadow: 0px -3px 4px 2px #AE3600 inset;
}
.pr-main {
  border: 1px solid #f2f2f2;
  padding: 25px;
  background: #fff;
}
.pr-wrap {
  padding: 50px 150px;
  background: #fafafa;
}
.pr p {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 400;
}
.pr h2 {
  margin: 0 0 10px;
  color: #1DBF73;
}
.pr h1 {
  margin: 0 0 30px;
  color: #1DBF73;
}
.pr-button-wrap {
  text-align: center;
}
.pr-button-wrap .pr-button {
  display: inline-block;
  background: #CC0000;
  color: #fff;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
}
.pr a {
  text-decoration: underline #CC0000;
}
.pr-button-wrap .pr-button:hover {
  border: 1px solid #CC0000;
  background: transparent;
  color: #CC0000;
}
.privacy a {
	color: #FE5B00;
	text-decoration: underline #555;
}
.privacy span {
	color: #FE5B00;
	font-weight: 600;
}

/* Responsive CSS */
/* Mobile Layout: 320px. */
@media only screen and (max-width: 1000px) {
.wrapper {
  width: 90%;
}
.header h2 {
	font-size: 30px;
}

 
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.wrapper {
  width: 80%;
}
.header h2 {
	font-size: 22px;
	padding: 0;
}
.ebook-main {
	float: none;
	width: 100%;
}
.content-main {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
.form-button {
	padding: 13px 15px;
	font-size: 16px;
}

.ebook-image img {
	width: 100%;
	height: 370px;
	margin: 0 0 20px;
}
.ebook-image img.arrow {
    display: none;
}
.ebook-image img.arrow-red {
	display: inherit;
	width: 50%;
	margin: 0 auto;
	height: 120px;
}
.ebook-main {
    text-align: center;
}
}

 

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.wrapper {
  width: 85%;
}
.form-button {
	padding: 15px 35px;
	font-size: 20px;
}
}
@media only screen and (max-width: 768px) {
.pr-wrap {
  padding: 30px 30px;
}
.pr-main {
  padding: 20px;
}
}