*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
body{
    background: #f4f8f7;
    height: 100%;
}
.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .logo {
    position: relative;
    left: 90px;
}
.head .logo img{
    width: 250px;
}
.call{
    margin-right: 60px;
}
.call a {
    background: #006280;
    color: #fff !important;
    padding: 13px 20px !important;
    border-radius: 30px;
    border: 2px solid transparent;
    font-size: 18px;
    text-decoration: none;
    transition: background-color .3s ;
}
.call a:hover{
    background-color: #050505;
}

.banner {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    background: #f4f8f7;
    padding: 0px 10px 40px;
}
.banner-entry ::before{
    content: '';
    width: 4px;
    height: 280px;
    background:#006c9e;
    position: absolute;
    left: 0px;
}
.banner-entry h3::after{
    content: '';
    width: 4px;
    height: 475px;
    top: 18px;
    background:#006c9e;
    position: absolute;
    left: 680px;
}
.banner-entry{
    margin-left: 10px;
}
.banner-image img{
    width: 294px;
    left: 128px;
    position: relative;
    border-radius: 18px;
}
.app-download-img img{
    width: 543px;
    margin: 0%;
    border-radius: 18px;
    position: relative;
    left: 93px;
}
.banner-entry h3{
    font-weight: 700;
    font-size: 26px;
}
.banner-entry h1 {
    font-size: 40px;
    color: #006c9e;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 800;
}
.banner-entry h4 {
    font-size: 17px;
    color: #5d5d5d;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 4px;
}
hr{
    border: 2px solid;
}
.section-title h2 {
    color: #232323;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
}
.section-title h2:before {
    content: '';
    width: 68px;
    height: 1px;
    background: #006c9e;
    position: absolute;
    bottom: 4px;
    left: 0;
}
.section-title h2:after {
    content: '';
    width: 58px;
    height: 1px;
    background: #006c9e;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-title p {
    margin-top: 20px;
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.6em;
}
.btn-download {
    position: relative;
    display: inline-block;
    background: #006c9e;
    color: rgb(255, 255, 255);
    padding: 10px 30px 7px 54px;
    font-size: 14px;
    font-weight: 600;
    margin: 10px;
    text-align: left;
    border-radius: 40px;
    transition: all 0.1s linear;
}
.app-download a{
    text-decoration: none;
    transition: background-color .4s;
}
.btn-download span {
    font-size: 10px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.04em;
}
.btn-download i {
    font-size: 32px;
    position: absolute;
    top: 11px;
    left: 20px;
  
}
.app-download a:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
.download-app{
    height: 400px;
}
.banner-image {
    animation:fadeInright 1.3s ease ;
}
@keyframes fadeInright{
    0%{
        opacity: 0;
        transform: translateY(-60px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

/* max-width 991px ipad */
@media (min-width:768px) and (max-width:991px){
    .banner-image img{
        left: 0px;
        width: 100%;
        right: 0px;
        position: relative;
        height: 500px;
    }
    .banner-entry ::before{
        content: '';
        width: 4px;
        height: 400px;
        background: #006c9e;
        position: absolute;
        left: 0px;
    }
    .banner-entry h3::after{
        content: '';
        width: 4px;
        height: 650px;
        top: 18px;
        background:#006c9e;
        position: absolute;
        left: 430px;
    }
    .app-download-img img{
        width: 90%;
        margin: 0%;
        position: relative;
        left:38px;
        right: 0px;
    }
    .banner-entry h4 {
        font-size: 18px;
        color: #5d5d5d;
        font-weight: 400;
        line-height: 1.5em;
        margin-bottom: 4px;
    }
    .section-title p {
        margin-top: 20px;
        color: #5d5d5d;
        font-size: 18px;
        line-height: 1.6em;
    }
    .banner-image {
       position: relative;
       top:100px;
    }
}


/* max-width 767px iphone 6s plus */
@media (max-width:767px){
    body{
        overflow-x: hidden;
    }
    .head .logo img{
        width: 180px;
    }
    .head .logo {
        position: relative;
        left: 0px;
    }
    .call{
        position: relative;
        left: -11px;
        margin-right: 0px;
    }
    .call a {
        background: #006280;
        color: #fff !important;
        padding: 11px 17px !important;
        border-radius: 30px;
        border: 2px solid transparent;
        font-size: 18px;
        text-decoration: none;
        transition: background-color .3s ;
    }
    .app-download-img img{
        width: 100%;
        margin: 0%;
        position: relative;
        left:0px;
        right: 0px;
    }
    .banner-image img{
        left: 45px;
        width: 80%;
        right: 0px;
        position: relative;
        height: 500px;
    }
    .banner-entry ::before{
        content: '';
        width: 4px;
        height: 440px;
        background: #006c9e;
        position: absolute;
        left: 0px;
    }
    .banner-entry h3::after{
        content: '';
        width: 4px;
        height: 720px;
        top: 6px;
        background:#006c9e;
        position: absolute;
        left: 390px;
    }
}