body {

	background:  url('../img/bg-r.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.wrapper {
    position: relative;
}


img{
	max-width: 100%;
}
a {
    text-decoration: none;
}
a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection{
	background: #595afe;
	color: #fff;
}

::selection{
	background: #595afe;
	color: #fff;
}

header .logo {
    width: 90px;
}

.banner {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
}

.download-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.download-button.store .btn-download {
    background: #000;
    opacity: 1;
}
.download-button.store .btn-download i{
    color: #fff;
}
.download-button.store .btn-download .textContent{
    color: #fff;
}
.download-button.store .btn-download.btn-android .textContent span {
    text-transform: uppercase
}

.btn-download{
	background:#eeefef;
    padding: 7px 20px;
    margin-right: 20px;
    border-radius: 17px;
    box-shadow: 1px 1px 5px 1px #6a6a6a;
    display: flex;
    text-decoration: none;
    width: 216px;
    transition-duration: 0.1s;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}
.btn-download  i {
    margin-right: 20px;
    font-size:40px;
    color:#424344;
}
.textContent {
    color:#424344;
    font-size:15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    padding:6px 0px;

}
.textContent span {
    font-size: 10px;
	display: block;
	font-weight: 600;
	letter-spacing: 0.04em;
    margin-bottom:-5px;
}

.btn-download:focus,
.btn-download:hover{
	background: #d3d3d3;
	color: #fff;
}
.store .btn-download:focus,
.store .btn-download:hover{
	background: #525252;
	color: #fff;
}

.googleplay-icon {
    width: 30px;
    height: 30px;
    background: url('../img/google.png') no-repeat;
    background-size:100% 100%;
}
.banner-text-two {
    padding: 100px 43% 187px 0;
}
.banner-text-two h1 {
    color: #fff;
    text-transform: inherit;
    font-weight: 600;
    font-size:27px;
    line-height: 58px;
}
.banner-text-two p {
    color: #fff;
    margin-top: 15px;
}
p {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    color: #777c87;
    font-size: 18px;
    font-weight:300;
    line-height: 27px;
    letter-spacing: 0.25px;
}
.banner-cover-2 {
    padding-bottom:70px;
    position: relative;
}
.download-button.store {
    margin-bottom:30px;
    margin-top:100px;
}
.portalBtn {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.portalBtn a{
    display: block;
    width: 166px;
    height: 48px;
    border:3px solid #000;
    background-color:hsla(0,0%,100%,0);
    transition: all .3s ease;
    color:#000;
    font-size:16px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .5px;
    padding: 0;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2.5em;
}
.portalBtn a:hover {
    background:#000 ;
    color:#fff;
}
.mobileBack {
	position: absolute;
  right: 14%;
  width: 18%;
  top: 15%;
}
.positionRev {
	position: relative;
}
.wrapper footer {
    width: 100%;
}
.wrapper .footer {
    display: flex;
    opacity: 0.7;
}
.wrapper .footer p{
    font-size:13px;
    color:#fff;
    margin: 0px;
    padding:0px;
}
.wrapper .footer a{
    font-size:13px;
    text-decoration: none;
    margin-left: 4px;
    border-bottom: 1px dashed #fff;
    color: #fff;
    float: left;
    line-height: 26px;
    height: 21px;
}
@media (min-width: 320px) and (max-width: 760px) {
		body {
			background-size:auto;
		}
    .download-button {
        flex-direction: column;
        align-items: flex-start;
    }
    .download-button a{
        margin-bottom:10px;
    }
    .banner-text-two {
        padding: 30px 0px 50px 0px;
    }
    .portalBtn a {
        width: 100px;
    }
    .banner-text-two h1 {
        font-size:20px;
        line-height: 38px;
    }
    .mobileBack {
        width: 36%;
        position: absolute;
        top: 45%;
        right: 15px;
    }
    .download-button.store {
        margin-top:50px;
    }
		.btn-download	{
			width:160px;
			padding:7px 12px;
			justify-content: flex-start;
		}
		.textContent {
			font-size:12px;
		}
		.btn-download i {
			font-size:30px;
			margin-right: 10px;
		}
		.googleplay-icon {
			width:22px;
			height: 22px;
		}
        .textContent span {
            font-size: 8px;
            display: block;
            font-weight: 600;
            letter-spacing: 0.04em;
            margin-bottom:-5px;
        }
        
}

 @media (min-width: 760px) and (max-width: 991px) {
		 body {
			 background-size: auto;
		 }
     .banner {
         background-size:auto;
     }
    .banner-text-two {
        padding: 4% 33% 4% 0px
    }
    .banner-text-two h1 {
        font-size:19px;
        line-height: 42px;
    }
    .mobileBack {
			display: block;
			width: 26%;
			position: absolute;
			top: 33px;
			right: 15px;
    }
    .download-button.store {
        margin-top:50px;
    }

}
 @media (min-width: 992px) and (max-width: 1199px) {
     .banner {
         background-size: auto;
     }
    .banner-text-two {
        padding: 4% 43% 4% 0px
    }
    .banner-text-two h1 {
        font-size:21px;
        line-height: 42px;
    }
    .download-button.store {
        margin-top:50px;
    }
    .mobileBack {
			display: block;
			width: 18%;
			position: absolute;
			right: 18%;
			top: 37px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .banner-text-two {
        padding: 4% 43% 7% 0px
    }
    .banner-text-two h1 {
        font-size:25px;
        line-height: 42px;
    }
    .download-button.store {
        margin-top:50px;
    }
}
@media (min-width: 1440px) and (max-width: 1660px) {
    .banner-text-two {
        padding:3% 43% 97px 0;
    }
}
