/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Freight Sans Pro Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;}

/* *, *::after, *::before {
	box-sizing: border-box;
} */

/************* Font **********/

@font-face {
    font-family: "Freight Sans Pro Book";
    font-style: normal;
    font-weight: normal;
    src: url(../font/FreightSansProBook.eot#iefix&v=4.2.0) format("embedded-opentype"), 
		 url(../font/FreightSansProBook.woff2?v=4.2.0) format("woff2"), 
		 url(../font/FreightSansProBook.woff?v=4.2.0) format("woff"), 
		 url(../font/FreightSansProBook.ttf?v=4.2.0) format("truetype");
}
@font-face {
    font-family: "Freight Sans Pro Medium";
    font-style: normal;
    font-weight: normal;
    src: url(../font/FreightSansProMed.eot?#iefix&v=4.2.0) format("embedded-opentype"), 
		 url(../font/FreightSansProMed.woff2?v=4.2.0) format("woff2"),
		 url(../font/FreightSansProMed.woff?v=4.2.0) format("woff"),
		 url(../font/FreightSansProMed.ttf?v=4.2.0) format("truetype");
}

/******** Basic Style *******/

body {
    color: #fff; font-family: "Freight Sans Pro Book","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; font-size: 62.5%;
    text-rendering: optimizeLegibility;
}

p {
    font-size: 2.6em; font-weight: 400; line-height: 1.5;-webkit-font-smoothing: antialiased;
}


/******* Section Style ******/

.section {
	position: relative; display: table; background: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    background-repeat: no-repeat; background-size: cover; background-position: right center;
}
.section::after {
    content: ""; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.3); position: absolute; left: 0; top: 0;
}
.section.home::after {
    display: none;
}
.section.download::after {
	display: none;
}
.section.create {
	background-image: url(../images/create-desktop.en.jpg);
}
.section.share {
	background-image: url(../images/share-desktop.en.jpg);
}
.section.discover {
	background-image: url(../images/discover-desktop.en.jpg);
}
.section.screen04 {
	background-image: url(../images/discover-desktop.en.jpg);
}
.section.download {
	background: #d23c43; color: #fff; text-align: center;
}


/************* Header ***********/

header.hide {
    top: -86px;
}

header {
    position: fixed; top: 0; left: 0; width: 100%; height: 86px; background: rgba(255,255,255, 0.9); z-index: 11; border-bottom: 1px solid #dfdfdf; overflow: hidden; -moz-transition: top 0.5s ease-in-out; -o-transition: top 0.5s ease-in-out; -webkit-transition: top 0.5s ease-in-out; transition: top 0.5s ease-in-out; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box;
}
.logo {
    display: inline-block; height: 65px; color: #373e4d; font-size: 2.65em; font-weight: 400; letter-spacing: 0;
    line-height: 82px; cursor: pointer; -webkit-font-smoothing: antialiased; color: transparent;
}
.logo:before {
    margin: 7px 12px 0 20px; display: inline-block; content: ''; background-image: url("../images/header-logo.png"); background-repeat: no-repeat; background-position: 0 0;
    width: 212px; height: 67px;  vertical-align: top; background-size: 100%;
}
header .download-options {
    position: absolute; top: 20px; right: 28px;
}
.bgs {
    position: absolute; width: 100%; height: 100%; top: 0; left: 0; -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); z-index: -99; background-color: #fff;
}
.bgs .bg1 {
    background-image: url(../images/c1.jpg);
    background-position: center center;
}
.bgs .bg2 {
    background-image: url(../images/c2.jpg);
    background-position: center center;
}
.bgs .bg3 {
    background-image: url(../images/c3.jpg);
    background-position: 50% 20%;
}
.bgs .bg4 {
    background-image: url(../images/c4.jpg);
    background-position: 50% 20%;
}
.bgs .bg {
    position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-repeat: no-repeat; background-size: cover;
}
.contact-form{
    position: absolute; right: 30px; top: 25px; width: 40%; text-align: right;}
.contact-form input[type="email"] {
    border: 1px solid gray; min-height: 37px; background: transparent; color: #000; padding: 4px 6px; font-size: 13px; max-width: 160px; width: 100%; font-family: "Freight Sans Pro Book","Helvetica Neue",Helvetica,Arial,sans-serif; border-radius: 4px; box-sizing: border-box;
}
@media (min-width: 940px){
	.contact-form input[type="email"] {
	/*******Change*****************/
		/* max-width: 260px; */ max-width: 185px;
	}
}
.contact-form input[type="email"]:focus {
	outline: none;
}
/* .contact-form input[type="submit"] {
    background: #d23c43; color: #fff; border: 0; padding: 11px 10px; border-radius: 4px; font-size: 11px; text-transform: uppercase; cursor: pointer; 
	font-family: "Freight Sans Pro Medium"; box-sizing: border-box;
} */
.contact-form button {
    background: #d23c43; color: #fff; border: 0; padding: 11px 10px; border-radius: 4px; font-size: 11px; text-transform: uppercase; cursor: pointer; 
	font-family: "Freight Sans Pro Medium"; box-sizing: border-box;
}

::-webkit-input-placeholder {
   color: #000; opacity: 1;
}
:-moz-placeholder {
   color: #000; opacity: 1;  
}
::-moz-placeholder {
   color: #000; opacity: 1;
}
:-ms-input-placeholder {  
   color: #000; opacity: 1;
}

/***** Btn ***/

.btn-more {
    cursor: pointer; font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent;  border: 0; position: absolute; left: 50%; bottom: 70px;  margin-left: -30px; display: block; overflow: hidden; width: 40px; height: 40px; overflow: hidden; padding: 10px; z-index: 999;
}
.btn-more {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.btn-more:before {
    display: block; content: '';  background: url(../images/Aerrow.png) transparent center center no-repeat; width: 40px; height: 40px; overflow: hidden;
}

/*********** Download Btn ************/

.section.home .download-options {
    position: absolute; top: 25px; right: 30px; z-index: 99; width: 100%;
}
.section.home .download-options .contact-form {
    position: static; right: 0; top: 0; width: 100%; text-align: right;
}
.section.home .download-options .contact-form input[type="email"] {
    border: 1px solid #fff !important; color: #fff; font-size: 16px; /******Change*********/
	/* max-width: 260px; */  max-width: 225px;min-height: 33px;
}
.section.home .download-options .contact-form ::-webkit-input-placeholder {
   color: #fff; opacity: 1;
}
.section.home .download-options .contact-form :-moz-placeholder {
   color: #fff; opacity: 1;  
}
.section.home .download-options .contact-form ::-moz-placeholder {
   color: #fff; opacity: 1;
}
.section.home .download-options .contact-form :-ms-input-placeholder {  
   color: #fff; opacity: 1;
}
.btn-store:first-child {
    margin-left: 0;
}
.btn-store.ios {
    background-image: url(../images/btn-iOS.en.png);
}
.btn-store.android {
    width: 129px; background-image: url("../images/btn-android.en.png");
}
.btn-store {
    position: relative; display: inline-block; margin-left: 10px; width: 150px; height: 45px; background-repeat: no-repeat; background-size: 100%;text-indent: 100%;
    white-space: nowrap; overflow: hidden;
}
.section.create .content-wrapper, .section.share .content-wrapper, .section.discover .content-wrapper, .section.screen04 .content-wrapper {
    padding-top: 50px;
}

/********* First Screen ******/

.section.home .content-wrapper {
    padding-top: 120px; text-align: center; vertical-align: top;
}
.section.home {
    position: absolute;top: 0; left: 0; width: 100%; height: 100%; color: #fff; background: transparent;
}
.section .content-wrapper {
    display: table-cell; vertical-align: middle; padding: 20px;
}

.section.home .content {
    margin: 0 auto; max-width: 550px; position: relative; z-index: 99;
}
.section .content {
	position: relative; z-index: 99;
}
.title {
    font-size: 8em; font-weight: 500; letter-spacing: -2px; line-height: .8;
}
.title:before {
    display: block; margin: 0 auto 15px auto; content: ''; width: 225px; height: 300px; background-image: url(../images/logo.png); background-size: auto; background-repeat: no-repeat;
}
.title span {
    display: none; font-family: "Freight Sans Pro Book","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; font-size: .35em;
    letter-spacing: 0px; margin-bottom: 7px;
}
.section.home p {
    color: #fff; margin-top: 20px; padding: 0 10px; line-height: 1.3;
}

/******** Second Screen *******/

.section.create .content, .section.share .content, .section.discover .content, .section.screen04 .content {
    margin-left: 140px; width: 40%; max-width: 550px;
}
.section.create h2, .section.share h2, .section.discover h2, .section.screen04 h2 {
    margin-bottom: 20px;
}
h2,h1 {
    margin: 10px 0; font-size: 5.75em; line-height: 1.1;
}
.section.create, .section.share, .section.discover, .section.screen04 {
    background-position: right center;
}

/******** Download Screen ********/

.section.download .content {
    margin: 0 auto; max-width: 800px;
}
.section.download h2 {
    margin: 20px auto; max-width: 710px;
}
.section.download h2, .section.download p {
    color: #fff;
}
.section.download p {
    padding: 0 17px;
}
/* .section.download p:after {
    display: block; margin: 30px auto; width: 20%; border-bottom: 2px solid #222; content: '';
} */
.section.download .content-wrapper {
    display: table-cell;  height: 100%; vertical-align: middle;
}
.download .contact-form {
    position: static; width: 520px; margin: 0 auto; max-width: 100%; text-align: center; margin-top: 35px
}
.download .contact-form input[type="email"] {
    border: 1px solid #fff; color: rgba(255, 255, 255, 0.5); width: 66%; max-width: 100%; min-height: 46px; font-size: 20px; margin-right: 5px;
}
.download .contact-form button {
    background: #fff; color: #000; padding: 14px 19px; font-size: 15px; font-weight: bold;
}
.download .contact-form ::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.5); opacity: 1;
}
.download .contact-form :-moz-placeholder {
   color: rgba(255, 255, 255, 0.5); opacity: 1;  
}
.download .contact-form ::-moz-placeholder {
   color: rgba(255, 255, 255, 0.5); opacity: 1;
}
.download .contact-form :-ms-input-placeholder {  
   color: rgba(255, 255, 255, 0.5); opacity: 1;
}


/************ Model Css **************/
/* .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
} */

.propForm *, .propForm *::after, .propForm *::before {
	box-sizing: border-box;
}

.propForm label {
    color: #000; font-size: 16px; font-family: "Freight Sans Pro Book","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold;
}

.propForm button {
    background: #d23c43; color: #fff; border: 0; padding: 12px 17px; border-radius: 4px; font-size: 14px; text-transform: uppercase; cursor: pointer; font-family: "Freight Sans Pro Medium"; box-sizing: border-box;
}
.propForm button:hover {
	color: #fff;
}
.form-control {
	height: 40px !important;
}
.modal-body {
    padding: 25px !important;
}


/***** Social Icons ****/

.propkeep-social {
	position: fixed; left: -25px; top: 40%; z-index: 9999;
}
.propkeep-social a {
    display: block; position: relative; transition: margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; -moz-transition: margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-webkit-transition: margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.icon_1, .icon_2, .icon_3, .icon_4 {
    margin-right: -25px;
}
.propkeep-social a {}


/************* Media Screen **********/

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
}


@media (min-height: 1000px) {
	.section.home .content-wrapper {
		padding-top:300px
	}
}
@media (max-width: 1400px) {
	.section.create {
		background-position:90% center
	}
	.section.share {
		background-position:59% top
	}
}
@media (max-width: 915px) {
	.section.create .content, .section.share .content, .section.discover .content, .section.screen04 .content {
		margin-left:90px
	}
}
@media (min-width: 600px) and (max-width: 800px) {
	.section.home .download-options {
		bottom: 150px !important;
	}	
	.title:before {
		width: 100px; height: 160px; background-size: 100%;
	}
	.section.home h2 {
		color: #fff; font-size: 4.5em;
	}
	.section.home p {
		font-size: 2.5em;
	}
}

@media (min-width: 600px) and (max-width: 800px) and (max-height: 800px)  {
	.section.home .download-options {
		bottom: aut0 !important;
		top: 40px !important;
	}	
}
@media (max-width: 800px) {
	.section .content-wrapper {
		display:block;
		text-align:center;
		padding:20px
	}
	.section::after {
		display: none;
	}
	.section.home .download-options {
		top:auto;
		right:auto;
		bottom:80px;
		text-align:center;
		width:100%
	}
	.section.create, .section.share, .section.discover {
		background-color:transparent; background-position:bottom center; background-repeat:no-repeat; background-size:cover;
	}
	.section.create .content-wrapper, .section.share .content-wrapper, .section.discover .content-wrapper, .section.screen04 .content-wrapper {
		position:relative; margin:86px 0 0 0;padding:0 0 50% 0;	height:0; background-color:#fff;
	}
	.section.create .content, .section.share .content, .section.discover .content, .section.screen04 .content {
		position:absolute; top:50%; left:0; margin:-10px 0 0 0; width:100%; max-width:100%;	-moz-transform:translateY(-50%); -ms-transform:translateY(-50%);
		-webkit-transform:translateY(-50%);	transform:translateY(-50%)
	}
	.section.create .content h2, .section.create .content p, .section.share .content h2, .section.share .content p, .section.discover .content h2, .section.discover .content p, .section.screen04 .content h2, .section.screen04 .content p {
		margin-left:auto;
		margin-right:auto;
		max-width:650px;
		text-align:center
	}
	.section.download p {
		margin:0 auto;
		max-width:490px
	}
	.logo {
		font-size:2.25em;
		line-height:85px
	}
	h2 {
		color: #2891f7;
	}
	p {
		color: #a6a6a6;
	}
	#pp-nav span, .pp-slidesNav span {
	    background: rgba(58,89,116,0.2) !important;
	}
	#pp-nav li .active span, .pp-slidesNav .active span {
		background: #fff !important;
	}
	#pp-nav li.on-image:nth-child(4) span, #pp-nav li.on-image:last-child span {
		background: rgba(255,255,255,0.7) !important;
	}
	header {
		background: #fff;
	}
	.section.home h2 {
		color: #fff;
	}
	.section.home .download-options .contact-form {
		text-align: center;
	}

}
@media (max-width: 675px) {
	.section.create .content h2, .section.create .content p, .section.share .content h2, .section.share .content p, .section.discover .content h2, .section.discover .content p, .section.screen04 .content h2, .section.screen04 .content p {
		max-width:500px
	}
	.section.download h2 {
		max-width:540px; font-size:4.5em
	}
}
@media (max-width: 400px) {
	.section.create .content-wrapper, .section.share .content-wrapper, .section.discover .content-wrapper, .section.screen04 .content-wrapper {
		padding-bottom:66%
	}
	.section.download h2 {
		margin:10px auto; max-width:250px; font-size:3em
	}
	.section.download p {
		padding:0 30px
	}
}
@media (max-width: 360px) {
	.section.create p, .section.share p, .section.discover p, .section.screen04 p {
		margin:0 20px
	}
}
@media (max-width: 599px) {
	header {
		height:60px
	}
	header.hide {
		top:-45px
	}
	header .download-options {
		top:10px
	}
	header .btn-download {
		top:6px; right:5px
	}
	.btn-download {
		padding:9px 15px; font-size:1.4em
	}
	.btn-more {
		bottom:100px
	}
	.logo {
		height:30px; font-size:1.4em; line-height:45px
	}
	.logo:before {
		margin:0 6px 0 10px; background-position:0 7px; width:112px;
		height:43px
	}
	.button {
		padding:7px 13px; font-size:1.4em
	}
	.title {
		font-size:5em
	}
	.title:before {
		margin:0 auto 15px auto; width:90px; height:144px; background-size: 100%;
	}
	.section.home {
		background-size:100% auto;
		border:none
	}
	.section.home .content-wrapper {
		padding-top:15%
	}
	.section.home .content p {
		margin:20px auto;
		max-width:250px
	}
	.section.home .download-options {
		bottom:50px
	}
	.section.home .download-options .btn-store {
		width:110px;
		height:34px
	}
	.section.create .content-wrapper, .section.share .content-wrapper, .section.discover .content-wrapper, .section.screen04 .content-wrapper {
		margin:45px 0 0 0
	}
	.section.create .content h2, .section.create .content p, .section.share .content h2, .section.share .content p, .section.discover .content h2, .section.discover .content p, .section.screen04 .content p {
		max-width:280px
	}
	.section.screen04 .content h2 {
		padding: 0 20px;
	}
	.section.create .content h2, .section.share .content h2, .section.discover .content h2, .section.screen04 .content h2 {
		margin-bottom:10px
	}
	.section.create .content p, .section.share .content p, .section.discover .content p, .section.screen04 .content p {
		margin:0 auto;
		padding:0 2%
	}s
	.section.discover .content p {
		max-width:230px
	}
	.section.download .content {
		max-width:450px
	}
	.desktop {
		display: none;
	}
	h2,h1 {
		font-size: 3.5em;
	}
	p {
		padding: 0 20px; font-size: 1.4em; letter-spacing: 1px; -webkit-font-smoothing: subpixel-antialiased;
	}
	.section.create .content-wrapper, .section.share .content-wrapper, .section.discover .content-wrapper {
		padding: 10% 0 50% 0;
	}


}

@media (min-width: 600px) and (max-width: 690px) {
	.section.create .content-wrapper, .section.share .content-wrapper, .section.discover .content-wrapper, .section.screen04 .content-wrapper {
		padding: 7% 0 58% 0%;
	}
}

@media (min-width: 600px) and (max-width: 690px) {
	.contact-form {
		width: 55%;
	}
}

@media (min-width: 450px) and (max-width: 599px) {
	header .contact-form {
		width: 63%; top: 8px; right: 15px;
	}
	header .contact-form input[type="email"] {
		min-height: 17px;
	}
	header .contact-form input[type="submit"] {
		padding: 8px 10px;
	}
}

@media (max-width: 449px){
	header {
		height: 70px;
	}
	.contact-form {
		right: 10px; top: 60px; width: 100%;
	}
	.section.create .content-wrapper, .section.share .content-wrapper, .section.discover .content-wrapper, .section.screen04 .content-wrapper {
		margin: 110px 0 0 0;
	}
	header.hide {
		top: -110px;
	}
	.section.home .download-options .contact-form input[type="email"] {
		max-width: 100%; width: 52%;
	}
	
}

@media (max-width: 580px){
	.download .contact-form {
		width: 100%; max-width: 100%;
	}
	.download .contact-form input[type="submit"] {
		font-size: 13px; font-weight: bold; padding: 14px 8px;
	}
	.download .contact-form input[type="email"] {
		min-height: 30px; font-size: 15px; width: 50%;  max-width: 100%;
	}
}

@media (max-width: 410px) {
	h2,h1 {
		font-size: 2.5em !important;
	}
}

@media (max-height: 372px) {
	.btn-more {
		bottom:90px
	}
	.section.home .content-wrapper {
		padding-top:10%
	}
	.section.home .btn-more {
		bottom:80px
	}
	.section.home .download-options {
		bottom:30px
	}
	.section.create .content-wrapper, .section.share .content-wrapper, .section.discover .content-wrapper ,.section.screen04 .content-wrapper  {
		padding-bottom:45%
	}
	.section.create h2, .section.share h2, .section.discover h2, .section.download h2, .section.screen04 h2 {
		font-size:3em
	}
	.section.download p {
		padding:0 10px
	}
	.section.download p:after {
		margin:10px auto
	}
	
}
@media (min-width: 700px) and (max-height: 800px) {
	.btn-more {
		display:none !important;
	}
	.section.home .content-wrapper {
		padding-top:100px
	}
}
@media (min-width: 600px) and (max-height: 800px) {
	.btn-more {
		display:none !important;
	}
}
@media (max-width: 517px) and (max-height: 568px) {
	.btn-more {
		display:none !important;
	}
}
@media (min-width: 800px) and (max-height: 700px) {
	.btn-more {
		display:block !important; bottom: 0;
	}
	.section.home p {
		font-size: 2.2em;
	}
	.title::before {
		width: 109px; height: 178px; background-size: 100% auto;
	}
}

@-moz-document url-prefix() { 
	.contact-form input[type="email"] {
		min-height: 35px;
	}
}

@media (min-width: 450px) and (max-width: 599px) {
	header .contact-form input[type="email"] {
	  min-height: 21px;
	}
}

.error {
    color: red !important;
    display: block !important;
    font-family: times new roman !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

/**********Change**************/
.google_btn{ position: absolute;  right: 150px;text-align: right;top: 75px;width: 13%;}
.contact-form .go_img{ position: absolute;right: 54.5%;top: 0px;width:125px;}


@media (min-width: 320px) and (max-width: 480px)
{

.download .contact-form input[type="email"]{ width: 74%;}
.download .contact-form button{margin-top:15px}
.contact-form .go_img{right:0;top: -44px;width: 112px; background-position: 0.7px center;}
.propkeep-social{display:none}
.google_btn{top: 66%;left:25%	}
.section.home .content p{display:none}
.section.home .download-options .contact-form input[type="email"]{ width: 71%;}
.demoemail.res_input, .res_input{display:none}
.section.home .content-wrapper{ padding-top: 33%;}
}

@media (min-width: 328px) and (max-width: 449px)
{.section.home .download-options .contact-form input[type="email"]{width:54%;font-size:13px}
}

@media (min-width: 481px) and (max-width: 767px){
.contact-form .go_img{width: 112px;right: 0;}
.google_btn{ width: 50%; top:84%}
.section.home .content p{display:none}
.btn-more{ bottom: 0%;}
.demoemail.res_input, .res_input{display:none}
.section.home .content-wrapper{top:23%}
}

@media (min-width: 768px) and (max-width: 1024px){
.google_btn{ width: 22%;left: 39%;top: 72%;}
.contact-form .go_img{right: 82.5%}
.section.home .content p{display:none}
.btn-more{  bottom: -1%;}
.content-wrapper .content h2,h1{font-size: 39px;}
.contact-form{width:44%}
.contact-form input[type="email"]{max-width:187px}
}

@media (min-width: 380px) and (max-width: 480px)
{.google_btn{ left: 31%;}
}

@media (min-width: 480px) and (max-width: 599px)
{.content-wrapper .content h2,h1{font-size: 27px;}
}

@media (min-width: 480px) and (max-width: 490px)
{
.google_btn{top: 64%;}
}

@media (min-width: 490px) and (max-width: 591px){
.google_btn{top: 64%;left: 16%;}
}

@media (min-width: 592px) and (max-width: 767px){
.google_btn{  left: 13%;top: 82%;}
}

@media (min-width: 200px) and (max-width: 319px)
{
.propkeep-social {display: none;}
.google_btn {display: none;}
header {height: 50px;}
.contact-form{width:44%}
.contact-form input[type="email"]{max-width:187px}
}


/*****************Success Page HTML****************/
.google_btn.go_sucss{top: 25px;}
.sucss_text {font-size: 45px;}




@media (min-width: 768px) and (max-width: 800px) {
    .section.home .download-options .contact-form input[type="email"] {
    max-width: 50% !important;
}
.contact-form button {
    padding: 11px 15px;
}
.contact-form input[type="email"] {
    max-width: 51%;
    font-size: 12px;
}
.google_btn {
    top: 56%}
.section.home .download-options {
    bottom: 30% !important;
}
}@media (min-width: 320px) and (max-width: 480px) {
    .google_btn {
    top: 66%}
.section.home .content-wrapper {
    padding-top: 25%}
.section.home .download-options {
    bottom: 50px;
}
}@media (min-width: 411px) and (max-width: 480px) {
    .google_btn {
    top: 69%}
.section.home .content-wrapper {
    padding-top: 13%}
.title::before {
    margin: 0 auto 0px;
    height: 117px;
}
.section.home .download-options {
    bottom: 2px;
}
.content-wrapper .content h2 {
    margin: 0;
}
}

.modal-content .btn.btn-primary {
    display: none;
}