/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 1169px) {
.column {width:750px}
.banner_content > p {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}
.banner_content > img {
  margin-bottom: 30px;
  margin-top: 20px;
}
.banner_content > h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 25px;
  padding-top: 15px;
  text-transform: uppercase;
}

.banner_content h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}
.banner_content h3 span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding-top: 15px;
}
.banner_content > a {
  background: #f2af3a none repeat scroll 0 0;
  border-radius: 44px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 180px;
  margin-left: 32%;
  margin-top: 40px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 60%;
}
.steps {
  overflow: hidden;
  padding: 0 15px;
}
.steps > h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 25px;
}
.steps_area {
  background-image: url("img/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 45px 0;
}
.single_step > p {
  background: #ce8633 none repeat scroll 0 0;
  border-radius: 36px;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 700;
  height: 25px;
  margin-right: 9%;
  padding: 2px;
  text-align: center;
  width: 25px!important;
}
.single_step {
  float: left;
  overflow: hidden;
  width: 17%;
}
.single_step > h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-left: 27%;
  padding-right: 8%;
}
.single_step > img {
  display: block;
  margin-bottom: 20px;
  margin-left: 26%;
  width: 60px;
}
.single_step.lastss img {
  margin-left: 18%;
  width: 60px;
}
.single_step.lastss h2 {
  margin-left: 20%;
  padding-right: 0;
}
.image_area {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  width: 35%;
}
.image_area > img {
  overflow: hidden;
  width: 100%;
}
.guard > h2 {
  color: #7e4240;
  font-size: 35px;
  font-weight: 300;
  padding-bottom: 15px;
}
.guard_area {
  padding-bottom: 0;
  padding-top: 30px;
}
.guard > p {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 25px;
  padding-right: 43%;
}
.guard > a { 
  margin-bottom: 30px;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
}


.single_feature > img {
  width: 45px;
}
.single_feature > p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 45px;
  margin-top: 20px;
}

.feature_image > img {
  margin-top: 78px;
  width: 100%;
}
.product_feature > h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.product_feature > p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  padding: 0 25% 70px;
  text-align: center;
}
.right_content > h2 {
  color: #742d26;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}

.right_content {
  padding-left: 0;
}
.right_content li {
  background-image: url("img/li.png");
  background-position: 0 12px;
  background-repeat: no-repeat;
  color: #464646;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding: 4px 0 4px 7%;
}
.right_content > a { 
  font-size: 14px;
  font-weight: 700;
  margin-left: 1%;
  margin-top: 10px;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  width: 47%;
}
.media_release_area {
  padding: 50px 0;
}
.aval > h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  padding: 30px;
  text-align: center;
}
.download_no > h2 { 
  font-size: 35px;
  font-weight: 300;
  letter-spacing: -2px;
}
.download_now_area {  
  padding-top: 45px;
  text-align: center;
}
.download_no > p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  padding: 30px 0;
}

.download_no ul li a {
  background-color: #f2af3a;
  background-image: url("img/a2.png");
  background-position: 29px center;
  background-repeat: no-repeat;
  border-radius: 38px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin: 0 2%;
  padding: 8px 4% 8px 9%;
  text-align: left;
  text-decoration: none;
  width: 32%;
}
.download_no > img {
  margin-top: 30px;
  width: 100%;
}






}



/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {

.column {width:300px}
.banner_content {
  text-align: center;
}
.banner_content > img {
  margin-bottom: 30px;
  margin-top: 20px;
}
.banner_content > p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.banner_content > h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
}
.banner_content h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.banner_content > a {
  background: #f2af3a none repeat scroll 0 0;
  border-radius: 44px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 116px;
  margin-left: 0;
  margin-top: 26px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 70%;
}
.banner_content > img {
  margin-bottom: 30px;
  margin-top: 20px;
  width: 22%;
}
.single_step_area {
  overflow: hidden;
  padding: 0 15px;
}
.steps > h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 25px;
}
.single_step {
  float: left;
  margin-bottom: 14px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.single_step.lastss {
  width: 100%;
}
.single_step.lastss h2 {
  margin-left: 20%;
  padding-right: 0;
  text-align: left;
}
.single_step > img {
  display: block;
  margin-bottom: 20px;
  margin-left: 25%;
  width: 20%;
}
.single_step.lastss img {
  margin-left: 24%;
}

.single_step > h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-left: 21%;
  padding-right: 8%;
  text-align: left;
}
.steps {
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
}
.steps_area {
  background-image: url("img/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 0;
}
.guard {
  padding: 0 15px;
  position: relative;
  text-align: center;
}
.guard > h2 {
  color: #7e4240;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 20px;
}
.guard > p {
  color: #959595;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 20px;
  padding-right: 0;
}

.guard > a {
  background: #f2af3a none repeat scroll 0 0;
  border-radius: 39px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 65px;
  padding: 11px 40px;
  text-decoration: none;
  text-transform: uppercase;
}

.image_area {
  bottom: 0;
  position: unset;
  right: -6%;
}
.product_feature > h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 40px;
  position: relative;
  text-align: center;
}
.product_feature > p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 33px;
  text-align: center;
}
.single_feature > p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.feature_image > img {
  margin-bottom: 18px;
  margin-top: 10px;
  width: 100%;
}

.media_release_area {
  padding: 36px 0;
}
.right_content > h2 {
  color: #742d26;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 11px;
  text-align: center;
  padding-top: 24px;
}
.right_content li {
  background-image: url("img/li.png");
  background-position: 0 12px;
  background-repeat: no-repeat;
  color: #464646;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  padding: 7px 0 7px 9%;
}
.right_content > a {
  background: #f2af3a none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-left: 20%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 60%;
}
.aval > h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 30px 5px;
  text-align: center;
}
.download_no > h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
}
.download_no > p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0;
}
.download_no ul li a {
  background-color: #f2af3a;
  background-image: url("img/a2.png");
  background-position: 29px center;
  background-repeat: no-repeat;
  border-radius: 38px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 18px;
  margin: 0 2% 10px;
  padding: 8px 3% 8px 21%;
  text-align: left;
  text-decoration: none;
  width: 85%;
}
.download_no > img {
  margin-top: 4px;
  width: 100%;
}
.footer > p {
  color: #000000;
  float: left;
  font-size: 12px;
  padding: 18px 0;
  text-align: center;
  width: 100%;
}
.footer {
  text-align: center;
}
.footer > img {
  float: none;
  margin: 11px 10px;
}



}



/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.column {width:450px}

}


