html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
}

body {
    font-family: Arial, sans-serif;
    margin-top: 0 !important;
    background: #ffffff;
    font-size: 1.4rem;
    color: #2A2F35;
    line-height: 1.7;
}

.text-uppercase {
    text-transform: uppercase;
}

img {
    vertical-align: middle;
    border-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover{
    color: #fff;
}

ul li{
    color: #fff;
}

.section-inner {
    padding: 10px 0;
}

/* Header */

header {
    width: 100%;
    height: 70px;
}

#header {
    background-image: linear-gradient(to right, #16A9E7, #042365);
}

.logo {
    width: 33%;
}

.logo img {
    width: 100%;
    height: 5rem;
}

/* End Header */

/* Section One */

#section-one {
    background-image: linear-gradient(to right, #f4f4f4, #C6C6C6);
    width: 100%;
    height: auto;
}

.section-left img {
    width: 100%;
    height: 100%;
}

.section-right {
    margin-top: 6.6rem;
    padding: 3rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-right img{
    width: 100%;
}

.section-inner-down-img {
    width: 50%;
    margin: 15px 0;
}

.apple {
    width: 50%;
}

.google {
    width: 50%;
}

/* End Section One */

/* Section Two */

#section-two {
    width: 100%;
    height: auto;
}

#section-two h2 {
    color: #FF7A00;
}

#section-two p {
    color: #707070;
    font-size: 15px;
}

#section-two img {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
}

/* End Section Two */

/* Section Three */

#section-three {
    background: #F7F7F7;
    padding: 15px 0;
}

#section-three img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.square {
    height: auto;
    width: 100%;
}

/* End Section Three */

/* Section Four */

#section-four {
    width: 100%;
    height: 75px;
}

.intermediate h2 {
    color: #FF7A00;
    padding: 15px 0;
    font-size: 2.4rem;
}


/* End Section Four*/

/* Section Five */

#section-five img {
    width: 100%;
    height: 100%;
}

.section-five-inner{
    width: 100%;
    height: auto;
}

/* End Section Five */


/* Footer */

footer {
    background: #042264;
}

.border{
    width: 100%;
    border: 2px solid #fff;
    margin: 15px 0;
}

.copyright{
    width: 100%;
    height: 100px;
}

.copyright p{
    text-align: center;
    color: #fff;
}
/* End Footer */

/* Page Ten */

table {
    width: 100%;
    border: 1px solid #ddd;
}

td {
    padding: .8rem;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

/* End Page Ten */






