html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: inherit;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:link {
    color: #666666;
    text-decoration: none;
}

a:active {
    color: #B73045;
    text-decoration: none;
}

a:visited {
    color: #999999;
    text-decoration: none;
}

a:hover {
    color: #B73045;
    text-decoration: none;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/* ========== reset css end ========== */


/* Banner */

.outerBanner {
    width: 100%;
    height: 600px;
    /* background-color: #3d8199; */
    /* background-color: #00a3d8; */
    background: #00a3d8 url("https://jaffwebsiteresource.s3.us-west-2.amazonaws.com/banner_background.png") no-repeat center;
    /* -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.separator_line {
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    float: left;
}

.bannerContainer {
    margin: auto;
    max-width: 850px;
    height: 530px;
    /* background-image: url(../../images/banner-road.png);
    background-repeat: no-repeat;
    background-position: center;*/
    position: relative;
}

.outerLogo {
    width: 100%;
    /* max-width: 1000px; */
    margin-left: auto;
    ;
    margin-right: auto;
    height: 70px;
    /* background-color: rgba(255, 255, 255, 0.15); */
    /* background-color: rgba(0, 0, 0, 0.1); */
    padding-top: 0px;
    z-index: 999;
}

.logoContainer {
    max-width: 880px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    font-family: 'Segoe UI', 'Avenir-Book', "Montserrat", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: rgba(255, 255, 255, 1.00);
    font-weight: 510;
    font-size: 30px;
}

.logoContainer img {
    float: left;
    margin-left: 20px;
    padding-top: 12.5px;
}

.logoContainer p {
    padding-left: 80px;
    line-height: 76px;
}

.left_bg {
    width: 60%;
    height: 420px;
    float: left;
}

.banneriPhone {
    width: 320px;
    height: 581px;
    position: absolute;
    background: url(../../images/banner-iPhone8.png) no-repeat;
    float: right;
    right: 0;
    margin-right: 5%;
    margin-top: -25px;
}

.mySlides {
    margin-left: 60px;
    margin-top: 108px;
    /* display: none; */
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.bannerTitle {
    float: left;
    width: 100%;
}

.bannerTitle h4,
.bannerTitle h1 {
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'LatoRegular', 'Segoe UI', 'Avenir-Book', "Montserrat", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
}

.bannerTitle h5 {
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'LatoRegular', 'SegoeUI', 'Avenir-Book', "Montserrat", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 100;
    color: rgba(255, 255, 255, 1.00);
    text-align: left;
}

.bannerTitle p {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 40px;
    font-family: 'SegoeUI', 'Avenir-Book', "Montserrat", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1.00);
    line-height: 24px;
}

.carousel {
    width: 100%;
    float: left;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 90px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;
}

.appstore {
    float: left;
    position: absolute;
    ;
    bottom: 0;
    left: 60px;
    margin-bottom: 30px;
}

.appStore img {
    height: 90px;
}

.right_img {
    width: 30%;
    height: 530px;
    float: left;
    position: relative;
}

.bannerImage {
    width: 203px;
    height: 440px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.bannerImage video {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}

.bannerImage img {
    width: 100%; /* Set the image width to fill the container width */
    height: auto; /* Automatically adjust the image height to maintain aspect ratio */
    display: block; /* Remove any default inline styling */
    border-radius: 15px;
}

.iPhoneFrame {
    width: 220px;
    height: 450px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.iPhoneFrame video {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    .outerBanner {
        width: 100%;
        height: 860px;
    }
    .bannerContainer {
        margin: auto;
        max-width: 5680px;
        height: 790px;
        background-position: center;
        position: relative;
    }
    .banneriPhone {
        width: 320px;
        height: 581px;
        background: url(../../images/banner-iPhone8-white.png) no-repeat;
        float: left;
        position: absolute;
        right: 0;
        left: 0;
        margin-top: 60px;
        margin-right: auto;
        margin-left: auto;
    }
    .bannerTitle {
        width: 100%;
        padding-top: 5%;
    }
    .bannerTitle h4,
    .bannerTitle h1 {
        font-size: 32px;
        font-weight: bold;
    }
    .bannerTitle h5 {
        font-family: 'LatoRegular', 'Segoe UI', 'Avenir-Book', "Montserrat", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 16px;
    }
    .bannerTitle p {
        font-size: 16px;
        margin-top: 20px;
    }
    .bannerTitle span {
        font-size: 16px;
        margin-top: 20px;
    }
    .left_bg {
        width: 100%;
        height: auto;
    }
    .right_img {
        width: 100%;
        height: 450px;
    }
    .appstore {
        float: none;
        position: absolute;
        bottom: 0;
        margin-bottom: 0px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .logoContainer {
        font-size: 30px;
    }
    /* Carousel */
    .carousel {
        width: 100%;
        float: left;
        margin-top: 0px;
    }
}